Beginner problem, please help. Building a simple menu + lists , cannot print list

Felix Kjellström felix.strateg at gmail.com
Mon Oct 11 07:49:54 EDT 2021


Hello! Please see the link to the code I have uploaded to my account at replit.com

https://replit.com/join/lftxpszwrv-felixkjellstrom

Problem:

When you select the menu option "Add buyer", you can enter three values. See code line 5, "def Add_buyer ():"

Then, you use the arrow keys to select the menu option "See list of buyers". When you do that the values you just entered should be printed. See code line 23, "def See_list_of_buyers ():

The problem is that the list is DON'T gets printed.

Problem:

When you select the menu option "Add buyer", you can enter three values. See code line 5, "def Add_buyer ():"

Then, you use the arrow keys to select the menu option "See list of buyers". When you do that the values you just entered should be printed. See code line 23, "def See_list_of_buyers ():

The problem is that the list is DON'T gets printed.



More information about the Python-list mailing list