Re: Menu Interface Problem.
En Tue, 10 Mar 2009 03:48:07 -0200, Paulo Repreza escribió: # Program exits until 'menu_item = 9' while menu_item != 9: print '-' print '1. Print the list.' print '2. Add a name to the list.' print '3. Remove a name from the list.' print '4. Change an item
Menu Interface Problem.
Hi all, I'm having a little problem in my program Menu Interface. Here is the code: - # Improvement of lists-demolists.py **Includes a MENU interface* menu_item = 0 list = [] # Progr