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

A39076. 请问执行完以下代码后,海龟画布上画出的线段长度为多少?import turtle as tt.speed(0)t.color("red")t.pensize(3)t.shape("circle")t.forward(100)t.forward(-10)t.forward(20)t.backward(20)t.backward(-10)t.left(90)t.home()t.right(90)

单选题 中等

题目描述

请问执行完以下代码后,海龟画布上画出的线段长度为多少?

import turtle as t

t.speed(0)

t.color("red")

t.pensize(3)

t.shape("circle")

t.forward(100)

t.forward(-10)

t.forward(20)

t.backward(20)

t.backward(-10)

t.left(90)

t.home()

t.right(90)

选项(单选)

上一题 下一题