Commit a9cd97bc by BellCodeEditor

save project

parent 6e18efd2
Showing with 6 additions and 1 deletions
...@@ -15,4 +15,4 @@ elif computer=="布"and player=="剪刀": ...@@ -15,4 +15,4 @@ elif computer=="布"and player=="剪刀":
elif computer=="石头"and player=="布": elif computer=="石头"and player=="布":
print("你赢了!") print("你赢了!")
else: else:
print("你输了") print("你输了...")
import turtle
pen=turtle.Pen()
pen.write("春眠不觉晓,\n处处闻啼鸟。\n夜来风雨声,\n花落知多少。\n",font=("Times",20,"normal"))
turtle.done()
\ 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