help?? on functions

John Ladasky john_ladasky at sbcglobal.net
Mon May 27 04:03:46 EDT 2013


Steven gave you a lot of good advice.  Let me add just one remark.

Python already has a builtin function called "input."  If you define a variable with the same name as a builtin and then you try to use that builtin, you will be in for a (usually unpleasant) surprise.



More information about the Python-list mailing list