We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f307e8 commit 116e01dCopy full SHA for 116e01d
hollow_diamond_alphabets.py
@@ -37,6 +37,7 @@ def hollow_diamond_alphabet(diamond_size: int):
37
print(left_spaces + chr(alpha - 2) + hollow_spaces + chr(alpha - 1))
38
alpha -= 2
39
40
+
41
# Example usage
42
diamond_size = int(input("Enter the diamond size: "))
43
hollow_diamond_alphabet(diamond_size)
0 commit comments