Create 1 - Alphabet Aerobatics.py
This commit is contained in:
parent
5636537eda
commit
cb7999c56b
2
12/1 - Alphabet Aerobatics.py
Normal file
2
12/1 - Alphabet Aerobatics.py
Normal file
@ -0,0 +1,2 @@
|
||||
for c in range(0, 26):
|
||||
print(chr(ord('A')+c), end="")
|
Loading…
Reference in New Issue
Block a user