请在 下方输入 要搜索的题目:

What does the following program do?Import turtleDef main(): turtle.hideturtle() square(100,0,50,'blue')Def square(x, y, width, color): turtle.penup() turtle.goto(x, y) turtle.fillcolor(color) turtle.pendown() turtle.begin_fill() for count in range(4): turtle.forward(width) turtle.left(90) turtle.end_fill()Main()
选项:

A: It draws a blue square at coordinates (100, 0), 50 pixels wide, starting at the top right corner.
B: It draws a blue square at coordinates (0, 50), 100 pixels wide, starting at the top right corner.
C: It draws a blue square at coordinates (100, 0), 50 pixels wide, in the lower-left corner.
D: Nothing since you cannot call a function with turtle graphics.

发布时间:2024-06-15 19:14:53
推荐参考答案 ( 由 搜题小帮手 官方老师解答 )
联系客服
答案:

以下文字与答案无关

提示:有些试题内容 显示不完整,文字错误 或者 答案显示错误等问题,这是由于我们在扫描录入过程中 机器识别错误导致,人工逐条矫正总有遗漏,所以恳请 广大网友理解。

相关试题
登录 - 搜题小帮手
点我刷新
立即注册
注册 - 搜题小帮手
点我刷新
立即登录