Computer Science, asked by ritikatejwani43, 5 months ago

Give python program to calculate the sum of two given numbers.​

Answers

Answered by Lakshayrao2008
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 Anonymous
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)


Similar questions