Commit 04da466e by BellCodeEditor

auto save

parent 3a8a947b
Showing with 7 additions and 2 deletions
player import random
\ No newline at end of file p=input("请输入:石头,剪刀,布":)
print("玩家出:"+p)
a=["石头","剪刀","布"]
c=random.choice(a)
print("电脑出:"+c)
\ 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