摘要: #while print('111')while true: print('我们不一样') print('在人间') print('光辉岁月')print('222'),,,,,,count = 1flag = true while flag: print(count) count = count 阅读全文
posted @ 2019-05-12 22:44 chocolate博客 阅读(188) 评论(0) 推荐(0)
摘要: 字典里面的元素全部大写:dic['name'][元素位置第几] = dic['name'][元素位置第几].upper() 怎么测字母有多少个数: #fhdklah123rfdj12fdjs13info = input ('>>>').strip()for i in info: if i.isalp 阅读全文
posted @ 2019-05-12 22:31 chocolate博客 阅读(155) 评论(0) 推荐(0)