Q3 of 5 for Python list

Written by:

Hi, and welcome back. We are going to read data from a list. This new “Questions for List” problem set is series of small programming challenges so you can retain your programming skills, and practice the python language in your free time.

So please participate— practicing a little programming, and picking up some problem-solving skills in the process, even just once a day will get your children pretty far. Every problem has a solution that can be found within around 15 seconds.


Q 3. Oh no! I have forgotten one more thing in a shopping list. I need to get
grape in the fruit list. Can you add a grape to the list by using append() function?
Hint: fruit.append(‘name’)?

Hint Video:

Click here to write your Question 3 answer!

Leave a comment