小会编写了一个程序,这个程序能画出三角形。( )
程序:
import turtle
turtle.pendown()
turtle.goto(0,100)
turtle.goto(100,100)
turtle.home()
对
错