learn-python/l2.py

5 lines
27 B
Python
Raw Normal View History

2023-06-07 17:58:34 -04:00
x = 5
y = 10
print(x + y)