Commit 334c6e9a by BellCodeEditor

save project

parent 9c3f9ef3
Showing with 5 additions and 1 deletions
import turtle
screen=turtle.Screen()
screen.bgcolor(color)
screen.bgcolor(red)
pen=turtle.Pen()
colors=["red","orange","yellow","green"]
i=0
......
j=3
i=5
print(j,"*",i"=",(j*i))
\ No newline at end of file
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