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 44
55** Question:**
66
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.***
88
99----------------------
1010### Hints: Use def methodName(self) to define a method.
@@ -33,7 +33,7 @@ print aCircle.area()
3333
3434** Question:**
3535
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.***
3737
3838----------------------
3939### Hints: Use def methodName(self) to define a method.
You can’t perform that action at this time.
0 commit comments