chat_window_char_definition = { "2.7.1." : "1",
"2.3.3.3.3." : "2",
"2.2.3.3.4." : "3",
"2.2.2.7.1." : "4",
"4.3.3.3.4." : "5",
}how do I automatically add to this list without doing it by hand? Also, the list is of tuples of 2, how ever, I need to have a tuple of 3, is that possible?
_______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
