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.
単語の長さは 5 です。位置 0 の文字と位置 3 の文字を削除したい
Pythonでは次のようになります:
word = word[1:3] + word[4] #this is with python
質問は、どうすればスノーボールでそれを行うことができますか?
鬼ごっこ