Commit 700e26ba by BellCodeEditor

save project

parent c7f4a6f6
Showing with 5 additions and 0 deletions
player=input("你要出(石头/剪刀/布):")
print("玩家出:"+player)
import random
abc=["石头","剪刀","布"]
abcd=random.choice(abc)
print("计算机:"+abcd)
\ 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