Commit f48d87c3 by BellCodeEditor

auto save

parent f6f794c7
Showing with 6 additions and 0 deletions
import random
list=['苹果','ipad','笔记本','鼠标','现金100日元','无人机','练习册大礼包']
jp=random.choice(list)
name=input("what's your name")
print('恭喜你,'+name+'获得了奖品'+jp)
\ 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