--- id: 5e7b9f070b6c005b0e76f061 title: 中間の文字列 challengeType: 11 videoId: KgT_fYLXnyk bilibiliIds: aid: 291983121 bvid: BV1Zf4y157yG cid: 376394116 dashedName: intermediate-strings --- # --description-- その他のリソース: \- 演習 # --question-- ## --text-- 次のコードで i の値は何になりますか? ```python word = "bananana" i = word.find("na") ``` ## --answers-- nanana --- 2 --- 3 --- True --- na ## --video-solution-- 2