Commit aff6e89f by BellCodeEditor

auto save

parent 19b62ab2
Showing with 1 additions and 0 deletions
...@@ -7,6 +7,7 @@ pen1.write("这世间竟无火炬\n我便是唯一的光\n——鲁迅", ...@@ -7,6 +7,7 @@ pen1.write("这世间竟无火炬\n我便是唯一的光\n——鲁迅",
font=("Times",30,"normal")) font=("Times",30,"normal"))
# 拿画笔 # 拿画笔
pen = turtle.Pen() pen = turtle.Pen()
# 拿背景 # 拿背景
screen = turtle.Screen() screen = turtle.Screen()
# 设置背景颜色 #值=(1-9 a-f) 6位 3位 adf = aaddff # 设置背景颜色 #值=(1-9 a-f) 6位 3位 adf = aaddff
......
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