Commit c0faf2c2 by BellCodeEditor

save project

parent a0a6c6cf
Showing with 2 additions and 1 deletions
import turtle import turtle
ink = input("什么色?")
pen1 = turtle.Pen() pen1 = turtle.Pen()
pen1.fillcolor("pink") pen1.fillcolor(ink)
pen1.begin_fill() pen1.begin_fill()
for i in range(36): for i in range(36):
pen1.fd(200) pen1.fd(200)
......
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