In Python, you can add multiple items to a list using the `extend()` method. The `extend()` method takes an iterable object (e.g. list, tuple, ...
確定! 回上一頁