Commit 667cf4f2 by BellCodeEditor

save project

parent 2d89af04
Showing with 6 additions and 2 deletions
import random
c=input("你要出什么?") c=input("你要出什么?")
print("玩家出拳"+c) print("玩家出拳"+c)
\ No newline at end of file list=["石头","剪刀","布"]
tv=random.choice(list)
print("计算机出拳"+tv)
\ 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