Skip to content

Commit 51c1ee8

Browse files
authored
Update and rename exercise-15.py to 54. exercise-15.py
1 parent 1792897 commit 51c1ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercise-15.py renamed to 54. exercise-15.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ def can(height, width, coverage = 7):
77
h = int(input("Enter the height of the wall in mts : "))
88
w = int(input("Enter width of the wall in mts : "))
99

10-
can(height = h, width = w)
10+
can(height = h, width = w)

0 commit comments

Comments
 (0)