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. -- https://mail.python.org/mailman/listinfo/python-list