Discuss / Python / 好像是这样

好像是这样

Topic source

czh782278185

#1 Created at ... [Delete] [Delete and Lock User]

a = {1, 2, 3} a {1, 2, 3} a= (1, 2, 3) a (1, 2, 3) b = (1, [2, 3]) b (1, [2, 3]) s1 = [a, b] s1 [(1, 2, 3), (1, [2, 3])]

czh782278185

#2 Created at ... [Delete] [Delete and Lock User]

前面两行忽略。。


  • 1

Reply