Commit 7e82055e by BellCodeEditor

save project

parent a40d3156
Showing with 6 additions and 2 deletions
a=input("马牛逼,出拳")
print("你出了"+a)
\ No newline at end of file
print("你出了"+a)
import random
q=["石头","剪刀","布"]
z=random.choice(q)
print("计算机"+z)
\ 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