Commit f6e3b7ce by BellCodeEditor

save project

parent eb766e77
Showing with 98 additions and 3 deletions
player=input("请出:石头/剪刀/布") import random as r
print("出的是:",player) #玩家
\ No newline at end of file player=input("请出:石头/剪刀/布")
print("出的是:",player)
#机算机
list=["石头","剪刀","布"]
list1=r.choice(list1)
print("出的是:",list1)
]
\ 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