85.5k views
0 votes
Write a simple basic programme that will furid the sum of two numbers and display its results

1 Answer

3 votes

Answer:

les go

Step-by-step explanation:

a=input()

b=input()

print(a+b)

//python

User Grumbel
by
6.9k points