标签: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])
标签:out put python another nbsp highlight print list blog
原文地址:http://www.cnblogs.com/mxyzptlk/p/7163272.html