Files
python/komment/komment.py

4 lines
39 B
Python
Raw Normal View History

2021-11-25 14:06:28 +01:00
matek = 5 + 3
#matek += 3
print(matek)