learn-python/2.py

5 lines
27 B
Python
Raw Normal View History

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