+ 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
1 Antwort
0
Try get input first and then convert to float in next line