Commit 360f2d5d by BellCodeEditor

save project

parent 17f41119
Showing with 4 additions and 6 deletions
import random
listl = ("石头""剪刀""布")
computer = random.choice(listl)
print("计算机出拳:"+computer)
\ No newline at end of file
# 玩家出拳
game=input("你要出什嘛")
print("hjhg"+game)
\ 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