diy2.py 157 Bytes Edit 1 2 3 4 5 import random list=["乐高","机器人","ipad"] name=input("创造师,请问你叫什么?") a=random.choice(list) print("恭喜你"+name+"获得"+a)