单项选择题

下面代码的输出结果是()
importturtle
turtle.goto(100,0)
turtle.goto(120,50)
turtle.done()

A.锐角
B.钝角
C.直角
D.以上都不是