Lists are mutable. So it is permitted and easy to change elements in a list. Let's make a list: lst = [ 'alpha', 'beta ...
確定! 回上一頁