Commit aa746642 by BellCodeEditor

auto save

parent 3515f1dd
player=input("请出石头剪刀布")
print("玩家出拳:"+player)
import random
list=["石头","剪刀","布"]
computer=random.choice(list)
print(computer)
# 我们都爱夸夸夸 name=input("你是SB")
\ No newline at end of file print(name)# 我们都爱夸夸夸
\ No newline at end of file
player=input("请出石头剪刀布")
print("玩家出拳"+player)
\ No newline at end of file
++ "b/\345\202\273\351\200\274.py"
++ "b/\345\225\212\345\225\212\345\225\212"
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