Skip to content

Commit b5b049b

Browse files
authored
Rename char_pyramid2.py to alphabet_pyramid2.py
1 parent 44e0d8c commit b5b049b

File tree

1 file changed

+1
-1
lines changed

1 file changed

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

11-
print()
11+
print()

0 commit comments

Comments
 (0)