First commit
This commit is contained in:
commit
fa8978321f
2 changed files with 14 additions and 0 deletions
7
rectangle01.py
Normal file
7
rectangle01.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
length = 4
|
||||
width = 3
|
||||
|
||||
areaOfRectangle = length * width
|
||||
|
||||
print("Area = ",areaOfRectangle)
|
||||
Loading…
Add table
Add a link
Reference in a new issue