Commit d1f6eb9f by BellCodeEditor

save project

parent 65149002
Showing with 21 additions and 3 deletions
player = inport("请输入石头、剪刀、布:")
print("玩家出拳:"+player)
\ No newline at end of file
import turtle
pen=turtle.Pen()
pen.write("诺依,\nturtle真好用,\n我会在画布上写字啦!",font=("Times",30,"normal"))
pen.hideturtle()
turtle.done()
pen.fillcolor("red")
pen.turtlesize(5)
pen.left(45)
pen.forward(100)
pen.left(45)
pen.right(45)
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