使用 Python 画笔绘制如下图所示的图,
使用 Python 画笔绘制如下图所示的图,第 3 行的代码应该如何补充?( )
import turtle
turtle.forward(100)
# 第 3 行代码
turtle.left()
turtle.right(90)
turtle.left(90)
turtle.left(180)