ed-lau / python-for-everybody

Class notes
209 stars 240 forks source link

Update wk 10 - quiz.py #14

Closed ifoutakimba closed 3 years ago

ifoutakimba commented 3 years ago

Question 2 Which of the following methods work both in Python lists and Python tuples? reverse() sort() append() pop() index() """

Answer: index()