Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Python コードを Java に変換したい。しかし、スライスステップのパラメーターがわかりません。
例:
x = "Hello World !" x[6:2:-1]
そして、結果x[6:2:-1]は何ですか?