total and utter newbie

Brian Quinlan brian at sweetapp.com
Tue Nov 12 20:05:00 EST 2002


> Is there anything like a cast in Python? Just out of interest.

There is no "cast" concept if Python. There are functions and
constructors that act in that capacity though e.g.

y = float(5)

Cheers,
Brian





More information about the Python-list mailing list