Commit df6119b3 by BellCodeEditor

save project

parent 813ebb9c
Showing with 4 additions and 0 deletions
import random
f=["石头","剪刀","布"]
u=input("石头,剪刀,布:") u=input("石头,剪刀,布:")
print("khuj"+u) print("khuj"+u)
print(random.choice(f))
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