Give python program to calculate the sum of two given numbers.
Answers
Answered by
0
hey hey hey bro i am so studied that i could anwer the python que i am in class 6 but i only need support plz follow me and mark this answer as brainlisy plz plz plz plz .........❣️
Answered by
1
Python Program to Add Two Numbers
a = int(input("enter first number: "))
b = int(input("enter second number: "))
sum = a + b.
print("sum:", sum)
a = int(input("enter first number: "))
b = int(input("enter second number: "))
sum = a + b.
print("sum:", sum)
Similar questions