>>> float(input("Enter a number: ")) + float(input("Enter another number: ")) Enter a number: 40 Enter another number: 2 42. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

>>> float(input("Enter a number: ")) + float(input("Enter another number: ")) Enter a number: 40 Enter another number: 2 42.

What is wrong With this ...

13th May 2020, 2:15 PM
Raj Singhal
Raj Singhal - avatar
8 Answers
+ 2
Not exact executing on your compiler
15th May 2020, 4:16 AM
Abhishek Kumar
Abhishek Kumar - avatar
0
It's not running..
13th May 2020, 2:26 PM
Raj Singhal
Raj Singhal - avatar
0
Syntax error is coming bro....
13th May 2020, 2:34 PM
Raj Singhal
Raj Singhal - avatar
0
It ask for first value Then error appears on screen
13th May 2020, 2:35 PM
Raj Singhal
Raj Singhal - avatar
0
I can't understand this properly bro ..😞
13th May 2020, 2:39 PM
Raj Singhal
Raj Singhal - avatar
0
Why the code is not running
13th May 2020, 2:41 PM
Raj Singhal
Raj Singhal - avatar
0
But now I get it..💯
13th May 2020, 2:42 PM
Raj Singhal
Raj Singhal - avatar