Commit b88a7179 by BellCodeEditor

auto save

parent ef60b41d
Showing with 17 additions and 0 deletions
# import turtle
# screen=turtle.Screen()
# screen.bgcolor('black') #背景填色
# pen=turtle.Pen()
# pen.speed(100)
# colors=['red','pink','yellow','blue']
# for i in range(300):
# pen.color(colors[i%4])
# pen.fd(i+1)
# pen.left(91)
# pen.hideturtle()
# turtle.done()
a=5
b=7
print(a,'*',b,'=',(a*b))
\ 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