How about: >>> 'hello world'[::-1] 'dlrow olleh'. This is extended slice syntax. It works by doing [begin:end:step] - by leaving begin and end off and ...
確定! 回上一頁