Computer Science, asked by jyotikj08, 26 days ago

Write a program in Python script mode :
a) Take two numbers as input and print their sum.
pls tell fast
it's emergency
pls​

Answers

Answered by mj8303987
0

Answer:

I am a beginner of python

Explanation:

A = int( input("enter first number" ))

B = int( input("enter second number"))

print("their sum is";A+B)

Similar questions