We can use Python's built-in append() method on our List, and add our element to the end of the list. ... # Or even other types, such as a string! my_list.append( ...
確定! 回上一頁