Mailing List Archive

Beginner problem, please help. Building a simple menu + lists , cannot print list
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
Re: Beginner problem, please help. Building a simple menu + lists , cannot print list [ In reply to ]
On Tue, Oct 12, 2021 at 9:13 AM Felix Kjellström
<felix.strateg@gmail.com> wrote:
>
> Hello! Please see the link to the code I have uploaded to my account at replit.com
>
> https://replit.com/join/lftxpszwrv-felixkjellstrom

Unfortunately, it's not public. Are you able to put the code on GitHub
as a repository or gist, or in some other public hosting?
Alternatively, can you make it short enough to simply include here in
your post?

ChrisA
--
https://mail.python.org/mailman/listinfo/python-list