Abeceda! #2

Merged
katia merged 1 commit from vetev into master 2021-05-04 18:46:45 +02:00
Showing only changes of commit 6fdaf45028 - Show all commits

3
abc.py Normal file
View file

@ -0,0 +1,3 @@
import string
print('Abeceda')
print(string.ascii_letters)