python 下表溢出
生活随笔
收集整理的这篇文章主要介绍了
python 下表溢出
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
motorcycle = ['honda','yamaha','suzuki']
print(motorcycle)
print(motorcycle[0])
print(motorcycle[1])
print(motorcycle[2])
print(motorcycle[3])
总结
以上是生活随笔为你收集整理的python 下表溢出的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: STL库容器vector at函数
- 下一篇: Python 条件语句 学习转载