Commit 37e47b1e by BellCodeEditor

save project

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