0

Why will my Simple Calculator code not work?[Solved]

I have the following code and when I hit run it says that the output is incorrect for the simple calculator practice on python.Any ideas would be appreciated. a=int(input(“First Number”)) b=int(input(“Second Number”)) c=a+b print(c)

26th May 2021, 9:53 AM
Dylan Barker
Dylan Barker - avatar
1 Answer
0
Dylan Barker Remove the promt strings inside input().
26th May 2021, 10:19 AM
Mohan S
Mohan S - avatar