4 lines
39 B
Python
4 lines
39 B
Python
|
|
matek = 5 + 3
|
||
|
|
#matek += 3
|
||
|
|
print(matek)
|