How do you do this in python with tk?

Ali alikakakhel3 at hotmail.com
Thu Oct 7 18:31:19 EDT 2004


I have a the list:

info = [['Ali',18],
        ['Zainab',16],
        ['Khalid',18]]

I want this info to show on a tk window like this:

|--|------------------------|
|TK|Blah                    |
|--|------------------------|
|Name: Ali                  |
|Age:  18                   |
|                           |
|Name: Zainab               |
|Age:  16                   |
|                           |
|Name: Khalid               |
|Age:  18                   |
|---------------------------|

I was wondering how to do this?



More information about the Python-list mailing list