Generally, you should use a tuple when you have different things that
you want to clump together to make one data structure.  Whereas you
should use a list when you have multiple things that are the same,
that you want to iterate over.

-- 
John.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to