Files
freeCodeCamp/curriculum/challenges/chinese/07-scientific-computing-with-python/python-for-everybody/python-lists.md

323 B
Raw Blame History

id, title, challengeType, videoId, dashedName
id title challengeType videoId dashedName
5e7b9f080b6c005b0e76f064 Python 列表 11 Y0cvfDpYC_c python-lists

--question--

--text--

在这些代码运行后x 的值是什么?

fruit = "banana"
x = fruit[1]

--answers--

banana


a


b


True

--video-solution--

2