摘要: 阅读全文
posted @ 2018-07-17 09:43 睡觉了嘛 阅读(98) 评论(0) 推荐(0)
摘要: mylist = ["a","a","b","c","c","c","d","d","d","d","e","f"] length = len(mylist) print(length) i = 0 while i < length: times = 1 passwordstr = mylist[i] while i < length-1: if 阅读全文
posted @ 2018-07-17 08:55 睡觉了嘛 阅读(99) 评论(0) 推荐(0)