setting variables from a tuple NEWB
manstey
manstey at csu.edu.au
Thu Jul 6 07:20:01 EDT 2006
More information about the Python-list mailing list
Thu Jul 6 07:20:01 EDT 2006
- Previous message (by thread): setting variables from a tuple NEWB
- Next message (by thread): setting variables from a tuple NEWB
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
If I have a tuple like this:
tupGlob = (('VOWELS','aeiou'),('CONS','bcdfgh'))
is it possible to write code using tupGlob that is equivalent to:
VOWELS = 'aeiou'
CONS = ''bcdfgh'
Thanks,
Matthew
- Previous message (by thread): setting variables from a tuple NEWB
- Next message (by thread): setting variables from a tuple NEWB
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list