Commit 43d74809 by BellCodeEditor

save project

parent bb6bd422
Showing with 7 additions and 3 deletions
mj=input("输入剪刀/石头/布")
print("玩家出拳"+mj)
\ No newline at end of file
#mj=input("输入剪刀/石头/布")
#print("玩家出拳"+mj)
import random
a=["剪刀","石头","布"]
dn=random.choice(a)
print(dn)
\ 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