20th Nov 2017, 1:28 PM
John Doe
2 Answers
+ 10
You gotta convert the string to float or integer, so as to do proper arithmetic calculations on it. x = float(input("\nEnter a value.")) y = float(input("\nEnter another value."))
20th Nov 2017, 2:04 PM
Dev
Dev - avatar
0
OK thank you
20th Nov 2017, 2:18 PM
John Doe