Commit a9a72dee by BellCodeEditor

save project

parent ae468486
import turtle
pen = turtle.Pen()
pen.shape("turtle")
pen.speed(0)
for i in range(100):
for i in range(6):
pen.forward(1)
pen.right(360/10000)
pen.right(360/100)
turtle.done()
\ No newline at end of file
x=10
y=3
print(divmod(x,y))
j = 5
i = 7
for i in range(1,10):
for a in range(1,10):
print(j,'×',i,'=',(j*i),"end",",")
print()
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