Commit b5e2d65b by BellCodeEditor

save project

parent 49e8dd48
Showing with 7 additions and 3 deletions
player=input(“石/剪刀/布”) player=input("石/剪刀/布")
ptint("你出的拳是"+player) print("你出的拳是"+player)
\ No newline at end of file import random
shen=["石","剪刀","布"]
player2=random.choice(shen)
print("电脑出的拳是"+player2)
\ 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