Commit d45bba4e by BellCodeEditor

save project

parent 24d2c791
Showing with 4 additions and 2 deletions
yydsb=input("玩家出什么") # 玩家出拳
print("玩家出"+yydsb)
\ No newline at end of file
print("玩家出"+yydsb)
import random
bb=("石头","剪刀","布")
aa=random.choice(bb)
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