We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1743089 commit 15c29b0Copy full SHA for 15c29b0
1 file changed
room
@@ -1,4 +1,4 @@
1
-Find the area of room with formula area*length
+#Find the area of room with formula area*length
2
3
-
4
@@ -7,4 +7,4 @@ width = float(input("Enter width(m): "))
7
area = (length*width)
8
print("The area of the room is",area,"m")
9
10
-note - I use meter as unit of measurement.
+#note - I use meter as unit of measurement.
0 commit comments