On Jun 3, 8:40 pm, tmallen <[EMAIL PROTECTED]> 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. -- http://mail.python.org/mailman/listinfo/python-list