How can ı do this code= print(float(input("Enter a number:") + (float(input("Enter another number:")
6 Answers
New AnswerHelp
3/30/2019 2:57:33 AM
Melisa Yılmaz6 Answers
New AnswerYes 'cause you're missing parentheses. print(float(input('num1: '))+float(input('num2: ')))
It should work the way you've written( guess, you've missed few parentheses). Where's the problem?
And then ı i'm gonna do this Enter a number: 8 Enter another number: 5 is that correct?
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message