Files
python/komment/komment.py
2021-11-25 14:06:28 +01:00

4 lines
39 B
Python

matek = 5 + 3
#matek += 3
print(matek)