Commit 69425436 by BellCodeEditor

save project

parent 795767d9
Showing with 8 additions and 3 deletions
palyer=input("出拳吧") palyer = input("出拳吧")
print("玩家出拳为"+ palyer) print("玩家出拳为:"+ palyer)
\ No newline at end of file
import random
computer=["剪刀","石头","布"]
leeter=random.choice(computer)
print("人机为"+leeter)
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