Commit 38557ea2 by BellCodeEditor

save project

parent bbacb3a4
Showing with 4 additions and 3 deletions
# 玩家出拳
import random
player=input("剪刀/石头/布:")
print("玩家出拳:"+player)
import random
rite=["石头","剪刀","布"]
random=random.choice(rite)
\ No newline at end of file
random=random.choice(rite)
print("电脑出拳:"+random)
\ 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