Commit c8366fed by BellCodeEditor

auto save

parent 9878da25
Showing with 17 additions and 2 deletions
import turtle
pen=turtle.Pen()
pen.forward(100)
pen.right(144)
pen.forward(100)
pen.right(144)
pen.forward(100)
pen.right(144)
pen.forward(100)
pen.right(144)
pen.forward(100)
pen.right(144)
turtle.done()
\ No newline at end of file
for i in range (1,10): for i in range (1,10):
for j in range (1,i+1): # 列 for j in range (1,i+1): # 列
print (j,'*',i,'=',(j * i),end=" ") print (j,'*',i,'=',(j * i),end=" ")
print() print(60
\ No newline at end of file )
\ 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