Commit 6511a37e by BellCodeEditor

save project

parent 98cee100
Showing with 5 additions and 2 deletions
import random
waaa=input("请出拳:") waaa=input("请出拳:")
print("玩家出拳为:"+waaa) print("玩家出拳为:"+waaa)
\ No newline at end of file list=["剪刀","石头","布"]
hhc=random.choice(list)
print("计算机出拳为:"+hhc)
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