摘要: import time animals_list = ['鲤鱼','乌龟','青蛙'] def find_mother(animals_list): time.sleep(1) animal = animals_list.pop(0) print('你好%s,你是我的妈妈么'%animal) tim 阅读全文
posted @ 2019-11-05 20:22 月零Ray 阅读(99) 评论(0) 推荐(0)