git_session/demo.py
2023-09-04 11:12:50 +05:30

4 lines
49 B
Python

a = 10
b = 5
sum = a+b
print(f"total is : {sum}")