My issue
eventhough I have written the correct answer, it is showing the answer is incorrect
My code
# Update your code below this line
a = int(input(35))
b = int(input(23))
add=a+b
diff=a-b
print("Sum is:",add)
print("difference is:", diff)
Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone