Files
freeCodeCamp/curriculum/challenges/japanese/23-python-for-everybody/python-for-everybody/intermediate-strings.md
freeCodeCamp's Camper Bot 9c20069eb2 chore(i18n,learn): processed translations (#53819)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2024-03-12 22:29:52 +05:30

594 B

id, title, challengeType, videoId, bilibiliIds, dashedName
id title challengeType videoId bilibiliIds dashedName
5e7b9f070b6c005b0e76f061 中間の文字列 11 KgT_fYLXnyk
aid bvid cid
291983121 BV1Zf4y157yG 376394116
intermediate-strings

--description--

その他のリソース:

- 演習

--question--

--text--

次のコードで i の値は何になりますか?

word = "bananana"
i = word.find("na")

--answers--

nanana


2


3


True


na

--video-solution--

2