File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
** Question:**
6
6
7
- *** Define a class named Circle which can be constructed by a radius. The Circle class has a method which can compute the area. ** *
7
+ *** Define a class named Circle which can be constructed by a radius. The Circle class has a method which can compute the area.***
8
8
9
9
----------------------
10
10
### Hints: Use def methodName(self) to define a method.
@@ -33,7 +33,7 @@ print aCircle.area()
33
33
34
34
** Question:**
35
35
36
- *** Define a class named Rectangle which can be constructed by a length and width. The Rectangle class has a method which can compute the area. ** *
36
+ *** Define a class named Rectangle which can be constructed by a length and width. The Rectangle class has a method which can compute the area.***
37
37
38
38
----------------------
39
39
### Hints: Use def methodName(self) to define a method.
You can’t perform that action at this time.
0 commit comments