Started Rectangle
parent
c9234094cf
commit
2e4fbbf37f
|
@ -1,7 +1,7 @@
|
|||
This is the "Rectangular Project". As you will see this may have
|
||||
been a bad choice of naming.
|
||||
|
||||
This is also a file to keep Windows Zip program happy. Windows Zip
|
||||
will not include an empty directory.
|
||||
Step 8 renames a mis-spelled program rectanglar-solid.py to
|
||||
rectangular-solid.py using the git mv command.
|
||||
|
||||
Ed
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
length = 4
|
||||
width = 3
|
||||
|
||||
areaOfRectangle = length * width
|
||||
|
||||
print("Area = ",areaOfRectangle)
|
Loading…
Reference in New Issue