git_session/demo.py
2023-09-04 11:17:58 +05:30

5 lines
50 B
Python

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