Commit 6ac4e8fe by BellCodeEditor

auto save

parent 664e9564
Showing with 6 additions and 3 deletions
dict_heros={"悟空":100,"小贝":0}
dict_heros["悟空"]
\ No newline at end of file
import random
list=["ipad","iphone","笔记本","圆珠笔一支","辣条一包","核弹一颗"]
name=input("请输入创造师的名字:")
gift=random.choice(list)
print("恭喜您,幸运的创造师————"+name+",获得了"+gift)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment