摘要: ```python import random age = random.randint(1,99) count = 0 tag = True box_dict = { 1:'娃娃', 2:'金箍棒', 3:'电动车' } print(age) while tag: inp_name = input 阅读全文
posted @ 2019-08-02 15:43 cheerxiong 阅读(133) 评论(0) 推荐(0) 编辑