Commit 2518bd8a by BellCodeEditor

save project

parent b5ca4ff8
Showing with 6 additions and 2 deletions
a=1
q=2
print(a,"*",q,"=",(a*q))
\ No newline at end of file
import turtle
s=turtle.Screen()
s.bgcolor("black")
screen=turtle.Screen()
screen.bgcolor("black")
pen=turtle.Pen()
coler=["red","orange","yellow","green"]
for i in range(1,300):
......
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