Hello
 
I used to use 2.7 and the input was pretty when inputting a numeric value, it 
would just get cast to an int.
 
Seems that 3.3 I have to cast each input so :
float(num1 = input("Enter a number")
 
Is this just they way it is now? Is there a way to get back to just typing:
 num1 = input("Enter a number ")
 in python 33.
 
Seems a backwards step unless (and am sure this is the case)it is beneficial in 
so many other ways?
 
Thanks
 
 
                                          
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to