Skip to content

Commit f3a1e49

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d379976 commit f3a1e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hollow_diamond_alphabets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def hollow_diamond_alphabet(n):
1313
F G
1414
D E
1515
B C
16-
A
16+
A
1717
'''
1818
alpha=64
1919
for i in range(1,n+1):

0 commit comments

Comments
 (0)