码迷,mamicode.com
首页 > 编程语言 > 详细

Learn Python 007: Lists

时间:2017-07-13 22:53:34      阅读:219      评论:0      收藏:0      [点我收藏+]

标签:out   put   python   another   nbsp   highlight   print   list   blog   

python_list = [‘ace‘, ‘list ‘, [‘in ‘, 9, ‘another list‘], 3, 6, True, False]
# output = python_list[1] + python_list[2][0] + python_list[2][2]
# print(output)
print(python_list[1] + python_list[2][0] + python_list[2][2])

 

Learn Python 007: Lists

标签:out   put   python   another   nbsp   highlight   print   list   blog   

原文地址:http://www.cnblogs.com/mxyzptlk/p/7163272.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!