Commit 5e813a09 by BellCodeEditor

auto save

parent 0f6c7ba9
Showing with 4 additions and 1 deletions
...@@ -4,7 +4,7 @@ import turtle ...@@ -4,7 +4,7 @@ import turtle
pen=turtle.Pen() pen=turtle.Pen()
screen=turtle.Screen() screen=turtle.Screen()
#颜色大小设置 #颜色大小设置
screen.bgcolor("black") #screen.bgcolor("black")
colors=["red","orange","yellow","green"] colors=["red","orange","yellow","green"]
# 设置风车参数 # 设置风车参数
pen.speed(1000) pen.speed(1000)
......
j=5#列
i=7#行
print(j,'*',i,'=',(j*i))
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