New variable?

Chris cwitts at gmail.com
Tue Jun 3 15:03:38 EDT 2008


On Jun 3, 8:40 pm, tmallen <thomasmal... at gmail.com> wrote:
> What's the proper way to instantiate a new variable? x = ""?

You don't need to pre-declare your variables.  Just assign them as you
need them and they will take the correct type.



More information about the Python-list mailing list