Skip to content

Commit 15c29b0

Browse files
authored
Update room
1 parent 1743089 commit 15c29b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

room

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Find the area of room with formula area*length
1+
#Find the area of room with formula area*length
22

33
-
44

@@ -7,4 +7,4 @@ width = float(input("Enter width(m): "))
77
area = (length*width)
88
print("The area of the room is",area,"m")
99

10-
note - I use meter as unit of measurement.
10+
#note - I use meter as unit of measurement.

0 commit comments

Comments
 (0)