401 B
401 B
id, title, challengeType, videoId, bilibiliIds, dashedName
id | title | challengeType | videoId | bilibiliIds | dashedName | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|
5e7b9f080b6c005b0e76f064 | Listas en Python | 11 | Y0cvfDpYC_c |
|
python-lists |
--question--
--text--
Cuál es el valor de x después de iniciar el código:
fruit = "banana"
x = fruit[1]
--answers--
banana
a
b
True
--video-solution--
2