Skip to content

Commit 116e01d

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hollow_diamond_alphabets.py

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def hollow_diamond_alphabet(diamond_size: int):
3737
print(left_spaces + chr(alpha - 2) + hollow_spaces + chr(alpha - 1))
3838
alpha -= 2
3939

40+
4041
# Example usage
4142
diamond_size = int(input("Enter the diamond size: "))
4243
hollow_diamond_alphabet(diamond_size)

0 commit comments

Comments
 (0)