摘要: 1 import math 2 ''' 3 n="987654321" 4 5 print(l[1:7]*2) #repeat 6 m=(1,6,2.9,'a') 7 print(m[2]) 8 9 d={} #先声明(? 10 d[98]=356 11 d['a']="nihao" 12 prin 阅读全文
posted @ 2021-05-04 23:20 ranzai 阅读(149) 评论(0) 推荐(0)