To append a multiple values to a list, we can use the built-in extend() method in Python. The extend() method takes the list as an argument and ...
確定! 回上一頁