Discussion about this post

User's avatar
Navya's avatar

a=int(input())

b=int(input())

print(f"the sum of two numers is {a+b}")

Expand full comment
Sidharth's avatar

first_num = int(input("enter first num"))

second_num = int(input("enter second num"))

sum = first_num + second_num

print(f"the sum of two numbers is {sum}")

Expand full comment
1 more comment...

No posts

Ready for more?