Skip to content

Commit 0cbcd4b

Browse files
authored
Update pyramid_berkin_yildirim.py
1 parent b8eaa24 commit 0cbcd4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Week03/pyramid_berkin_yildirim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ def calculate_pyramid_height(blocks):
77
height += 1
88
else:
99
break
10-
return height
10+
return height

0 commit comments

Comments
 (0)