word = 'Python' >>> word[0] # character in position 0 'P' >>> word[5] ... 'b', 'f', 'g'] >>> # clear the list by replacing all the elements with an empty ...
確定! 回上一頁