原创 第七天集合、eval、名片管理、文件操作

推導式的嵌套:for x in range():for y in range():for z in range():list.append(x,y,z)list = [(x,y,z) for x in range( ) for y