We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1792897 commit 51c1ee8Copy full SHA for 51c1ee8
exercise-15.py 54. exercise-15.pyexercise-15.py renamed to 54. exercise-15.py
@@ -7,4 +7,4 @@ def can(height, width, coverage = 7):
7
h = int(input("Enter the height of the wall in mts : "))
8
w = int(input("Enter width of the wall in mts : "))
9
10
-can(height = h, width = w)
+can(height = h, width = w)
0 commit comments