0
How can ı do this code= print(float(input("Enter a number:") + (float(input("Enter another number:")
Help
6 Respostas
+ 4
Yes 'cause you're missing parentheses.
print(float(input('num1: '))+float(input('num2: ')))
+ 4
It should work the way you've written( guess, you've missed few parentheses). Where's the problem?
+ 3
Melisa Yılmaz yep
0
when ı run this code , it getting an error
0
And then ı i'm gonna do this Enter a number: 8 Enter another number: 5 is that correct?
0
I'm having the same problem