单项选择题

以下代码的输出结果是()
importturtle
turtle.up()
turtle.goto(200,0)
turtle.done()

A.黑色直线
B.空白
C.圆点
D.以上都不是