Commit 4237782d by BellCodeEditor

save project

parent 67a63501
Showing with 5 additions and 2 deletions
import random
lll=input("石头/剪刀/布") lll=input("石头/剪刀/布")
print("玩家出拳"+lll) print("玩家出拳"+lll)
\ No newline at end of file k=["石头","剪刀","布"]
letter=random.choice(k)
print("计算机出拳"+letter)
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