Variables | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Variables

I don’t know whats wrong with this code... I’m getting an error num1 = float(input(":")) I want the user to input a number that will be stored within the variable num1

26th Feb 2018, 4:39 AM
Sulaiman Bada
Sulaiman Bada - avatar
1 Answer
0
Try get input first and then convert to float in next line
1st Sep 2022, 5:26 AM
RISHABH
RISHABH - avatar