Files
freeCodeCamp/curriculum/challenges/japanese/07-scientific-computing-with-python/python-for-everybody/python-lists.md
2022-01-20 20:30:18 +01:00

413 B

id, title, challengeType, videoId, bilibiliIds, dashedName
id title challengeType videoId bilibiliIds dashedName
5e7b9f080b6c005b0e76f064 Python のリスト 11 Y0cvfDpYC_c
aid bvid cid
249460305 BV1Dv411E7Uj 376532993
python-lists

--question--

--text--

このコードを実行した後の x の値は何ですか?

fruit = "banana"
x = fruit[1]

--answers--

banana


a


b


True

--video-solution--

2