摘要: people_list=['jack','rose','erick','peter','mirle','fiti','lee'] def digui(li): people=people_list.pop() if len(people_list)==0: return '没有人知道路!' if p 阅读全文
posted @ 2020-09-13 22:03 leungqingyun 阅读(73) 评论(0) 推荐(0)