Computer Science, asked by kumarabhay82117, 3 months ago

10 Consider the following code
Input ("Enter the value of a:)
binput("Enter the value of :)
print(a + b)
If the user run the program and ente Il fore and for them but will de cada paso​

Answers

Answered by hs20369
0

Answer:

a=input("Enter the value of a:")

b=input(Enter the value of b:")

c=a+b

print ("the value of c:",c)

Similar questions