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

7 lines
68 B
Python

matek = 6 * 1 - 2
print(matek)
matek2 = 6 * (1 - 2)
print(matek2)