Commit a0060dab by BellCodeEditor

save project

parent dffac275
Showing with 6 additions and 2 deletions
import random
jieguo=input("您出啥?") jieguo=input("您出啥?")
if jieguo=="剪刀" or jieguo=="石头" or jieguo=="布": if jieguo=="剪刀" or jieguo=="石头" or jieguo=="布":
print(jieguo) print(jieguo)
\ No newline at end of file jie=["剪刀","石头","布"]
com=random.choice(jie)
print(com)
\ 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