Added input statements
This commit is contained in:
parent
2e4fbbf37f
commit
86e7e7ede6
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
length = 4
|
length = float(input("Enter a value for length "))
|
||||||
width = 3
|
width = float(input("Enter a value for width "))
|
||||||
|
|
||||||
areaOfRectangle = length * width
|
areaOfRectangle = length * width
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue