Commit 0ef82107 by BellCodeEditor

save project

parent 5bc15235
Showing with 6 additions and 1 deletions
j=1
i=1
print(j,"*",i,"=",j*i)
\ No newline at end of file
import turtle
pen=turtle.Pen()
screen.bgcolor(pink)
screen=turtle.Screen()
screen.bgcolor("light pink")
colors=["red","yellow","orange","blue"]
for i in range(1,301):
pen.pencolor(colors[i%4])
......
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