Commit 0c4b755a by BellCodeEditor

auto save

parent a297e8df
Showing with 3 additions and 2 deletions
import turtle import turtle
screen=turtle.Screen()
pen=turtle.Pen() pen=turtle.Pen()
screen.bgcolor("green")
pen.penup() pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
pen.write("你好呀\np",font=("Times",30,"normal")) pen.write("你好呀\n",font=("Times",30,"normal"))
pen.penup() pen.penup()
pen.goto(0,0) pen.goto(0,0)
......
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