Commit 280c8a90 by BellCodeEditor

save project

parent 53e31916
Showing with 6 additions and 2 deletions
hh=input("玩家出拳")
print(hh)
\ No newline at end of file
print("玩家:"+hh)
import random
kk=["剪刀","石头","布"]
jj=random.choice(kk)
print("计算机:"+jj)
\ 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