Commit dd70a952 by BellCodeEditor

save project

parent ee993103
Showing with 6 additions and 3 deletions
abc=input("你出什么拳?")
print("出的拳:"+abc)
\ No newline at end of file
player=input("你出什么拳?")
print("出的拳:"+player)
import random
abc=["石头","剪刀","布"]
print(random.choice(abc))
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