哪个选项能够使用turtle库绘制一个半圆形?
A.turtle.fd(100)
B.turtle.circle(100, -180)
C.turtle.circle(100, 90)
D.turtle.circle(100)
正确答案是B