Commit 471c2626 by BellCodeEditor

save project

parent 925f2217
Showing with 14 additions and 2 deletions
import turtle as a import turtle as a
a.screensize(100,80,"black") a.screensize(500,300,"black")
a.pencolor("light blue")
a.penup()
a.goto(100,-100)
a.pendown()
a.write("连长,鸡汤来喽!\n ----------炊事员",font=("Times",30,"normal"))
a.penup()
a.goto(100,-200)
a.pendown()
a.write("二营长,我的意大利炮呢!\n ----------张云龙",font=("Times",30,"normal"))
a.penup()
a.goto(0,0)
a.pensize(10) a.pensize(10)
a.pencolor("white") a.pencolor("red")
a.pendown()
a.left(45) a.left(45)
a.forward(100) a.forward(100)
a.circle(50,180) a.circle(50,180)
......
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