Skip to content

Commit f573cba

Browse files
authored
Update Day_13.md
1 parent 1ad97bf commit f573cba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Status/Day_13.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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.

0 commit comments

Comments
 (0)