Commit 234b475b by BellCodeEditor

auto save

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