Skip to content

Commit 9fbd10f

Browse files
authored
Update pyramid_hasan_canli.py
1 parent c4febc7 commit 9fbd10f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Week03/pyramid_hasan_canli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
def calculate_pyramid_height(number_of_blocks):
22

33
height = 0
4-
blocks__for_next_layer = 1
4+
blocks_for_next_layer = 1
55

66
while number_of_blocks >= blocks_for_next_layer:
77

0 commit comments

Comments
 (0)