用python定义两个元组_python学习笔记2---python中表示“组”的概念与定义
列表(list)>>> type([1,2,3,4,5,6])>>> type(["hello","worls",1,9])>>> type(["hello","worls",1,9,True,False])>>> type([[1,2],[3,4],