You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a program that has the user add in as many items to a list as they would like.
3
+
Then, ask the user if they are done adding items to the list. If the user says they are done, allow the user to access certain items of the list using indexing:
4
+
"""
5
+
6
+
##TODO write a list program
7
+
8
+
"""
9
+
Extension: Try combining lists and deleting certain items of the list.
10
+
Also, try to print out various items in the list or the whole list itself. Try negative indexing.
0 commit comments