Commit 3dbe90dd by BellCodeEditor

save project

parent 0c004ac8
Showing with 9 additions and 4 deletions
import turtle
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("BVDKJBV\nkjfnvwwnvfk\nijfqenwinini",font=("Times",30,"normal"))
for i in range(1,10): pen1=turtle.Pen()
for j in range(1,i+1): pen1.circle(100)
print(i,"*",j,"=",(i*j),end=" ") turtle.done()
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