运行 ❯
获取你的
自己的
网站
×
更改方向
更改主题,深色/浅色
前往 Spaces
Python
my_array = [7, 12, 9, 4, 11] print( my_array[0] ) #Python
Python 结果
7