第25545题 判断
判断给定Python turtle代码执行后,第一条直线与第二条直线是否相交于原点且夹角为120度
import turtle
turtle.forward(100)
turtle.right(60)
turtle.forward(100)
turtle.right(60)
turtle.forward(100)
turtle.done()
A

正确

B

错误

程序运行统计
暂无判题统计