Commit 37e47b1e by BellCodeEditor

save project

parent c3f6683d
Showing with 5 additions and 3 deletions
p = input("请出拳") m = ["石头","剪刀","布"]
print("您出"+p) import random as r
\ No newline at end of file c = r.choice(m)
print(c)
\ 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