Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

I need help on getting the variable of a list.

+2 votes
asked May 3, 2023 by Sydney Hubbard (140 points)
I created a list, the name of the list is the value for a variable which i was able to do by using local()[] = []. I want to know how do I get the list name to use in my code to append and compare items

1 Answer

0 votes
answered Jun 10, 2023 by phythoncarshcourse (140 points)

You CAN ONLY USE THE NAME WITH local[]=[] you can't use local()[]=[].....ok ! Happy Programming brothersmileyPython

Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...