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