Compare commits

..

1 commit

Author SHA1 Message Date
Náhodná Kočka
6fdaf45028 Abeceda! 2021-05-04 18:45:09 +02:00
2 changed files with 3 additions and 2 deletions

3
abc.py Normal file
View file

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

View file

@ -14,5 +14,3 @@ else:
print("To není ono.") print("To není ono.")
print("Git je super!") print("Git je super!")
import kalkulacka