[Tutor] input syntax I just posted totally wrong

Ian D duxbuz at hotmail.com
Tue Feb 4 10:09:19 CET 2014


 
 
 
num1 = float(input("enter a number "))
 
I meant
 
not
 
float(num1 = input("Enter a number"))
 
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20140204/8b7de762/attachment.html>


More information about the Tutor mailing list