Commit 4a3412c3 by BellCodeEditor

auto save

parent d3f32c8b
Showing with 7 additions and 0 deletions
import random
list["石头","剪刀","布"]
name=input("请出拳,石头/剪刀/布")
print(name)
c=random.choice(list) #使用choice在列表list中随机取一个值
print(c)
\ 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