Commit 4c747c9b by BellCodeEditor

save project

parent c3139223
Showing with 3 additions and 6 deletions
import turtle import pygame
pen=turtle.Pen() pygame.init()
pen.write("你好呀!/小明",font=("Times",20,"normal")) screen = pygame.display.set_mode((660,480))
pen.hideturtle()
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