セクション 3. 章 11
single
Challenge: Slicing with Index Function
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
Try to extract words using slicing, but in a little bit more complicated way. The syntax of slicing is the following:
word[start_index:end_index]
To find the start_index, use the index() method, and to find the end_index, use the index() method, and add the length of the word.
- Extract the word
learn. - Extract the word
painful. - Extract the word
mistakes.
If you use all the methods that were explored, this task won't be challenging for you.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 3. 章 11
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください