测评会员优惠活动进行中 · 开通 VIP,有效期内测评不限次 VIP 优惠中 · 测评不限次 立即查看

A57247. 执行完下列Python代码后,坐标的位置是?( )import turtle

单选题

题目描述

执行完下列Python代码后,坐标的位置是?( )

import turtle
turtle.penup()#抬起画笔
turtle.goto(-50,0)
turtle.pendown()
turtle.forward(100)
turtle.right(90)
turtle.forward(100)
turtle.done()

选项(单选)