Skip to content

Commit 44e0d8c

Browse files
authored
Rename char_pyramid.py to alphabet_pyramid.py
1 parent 1b2fb97 commit 44e0d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

char_pyramid.py renamed to alphabet_pyramid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
for k in range(2 * i + 1):
99
print(chr(65 + k), end='')
1010

11-
print()
11+
print()

0 commit comments

Comments
 (0)