Files

391 B
Raw Permalink Blame History

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