Are you sure you want to delete this flashcard?
Python
How do you add an item to a Python list?
Use the append() method. Example: my_list.append(item).
1
0
Python
How do you add an item to a Python list?
Use the append() method. Example: my_list.append(item).
1
0