Commit e54e3ea4 by BellCodeEditor

save project

parent 6e2394c2
Showing with 5 additions and 0 deletions
a=input("出拳") a=input("出拳")
print("玩家已出拳"+a) print("玩家已出拳"+a)
import random
list=["剪刀","石头","布"]
letter=random.choice(list)
print(letter)
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