Example 1: Using reveresed() in string, tuple, list, and range. # for string seq_string = 'Python' print(list(reversed(seq_string))) # ...
確定! 回上一頁