摘要: #Number数字 ''' int long(python 2.0) float complex ''' #String字符串 s='abcde' print(s[1:5]) #List 列表 sList = ['a','1',1,'bd','这'] sList2 = ['A','c'] sList 阅读全文
posted @ 2022-12-31 15:11 渐行、渐远 阅读(17) 评论(0) 推荐(0)