Commit bf34ec8c by BellCodeEditor

save project

parent 094a7f1f
Showing with 7 additions and 2 deletions
pen.write(test,font=("wsdf",40,"normal")
\ No newline at end of file
if player=="剪刀" and compile=="布":
print("恭喜你,获胜了!")
elif player=="石头" and compile=="剪刀":
print("恭喜你,获胜了!")
elif player=="布" and compile=="石头":
print("恭喜你,获胜了!")
\ 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