Commit 70111ba2 by BellCodeEditor

save project

parent 13167d35
Showing with 12 additions and 11 deletions
import turtle
screen=turtle.Screen()
pen=turtle.Pen()
color["yellow","red","blue","pink"]
pen.speet(0)
screen=turtle.Screen()
screen.bgcolor("black")
color=["red","orange","yellow","green"]
pen.speed(0)
x=1
for i in range(1,300):
pen.forward(i)
distance+=1
pen.color(color[i%4])
x+=1
pen.right(91)
pen.hideturtle()
turtle.done()
\ No newline at end of file
i=1
j=3
for j in range(1,10):
prink(i,"x",j"=",(i*j),end="")
print
for i in range(1,10):
for i in range(1,i+1):
print(i,"*",j,"=",(i*j),end="")
print()
\ 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