Commit 4bc3fa80 by BellCodeEditor

save project

parent 743b95b2
Showing with 7 additions and 2 deletions
# 玩家出拳 # 玩家出拳
import random
q=input("玩家出拳(石头,剪刀,布):") q=input("玩家出拳(石头,剪刀,布):")
print(q) print(q)
\ No newline at end of file e=["石头","剪刀","布"]
r=random.choice(e)
print(r)
\ 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