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.

How do you add something to a list? I tried to use the append method but it does not use the append method.

0 votes
asked Oct 26, 2022 by Arav Jhaveri (120 points)

1 Answer

0 votes
answered Oct 30, 2022 by Peter Minarik (86,040 points)

You should share your code so others can see what you did and what the mistake was.

Normally, you'd use the Python append() method as described here.

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.
...