Commit c81dfefc by BellCodeEditor

save project

parent dcd22619
Showing with 11 additions and 0 deletions
import random
a=input("请出拳石头/剪刀/布")
s=["石头/剪刀/布"]
x=random.choice(s)
print("玩家出拳"+a)
print("计算机出拳"+s)
\ No newline at end of file
import r
import r
\ 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