Want to reverse a #Python sequence (string/list/tuple)? Use a 3-argument slice: s[::-1] This works because: - Empty start means "from the start" - Empty end means "through the end" - Step size of -1 ...
[公式](https://docs.python.org/ja/3/library/stdtypes.html#sequence-types-list-tuple-range) ## [共通の演算](https://docs.python.org/ja/3/library/stdtypes.html# ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results