投稿  收藏 

题目信息

题目类型
一级
题目年份
2023
题目题型
单选题
关 键 词
指令

题目题干

14.小明想要绘制如图所示的图形,已知指令如下,大圆的半径为70,小圆的半径为50,请问横线处需要补充的指令依次是?( ) 
14.小明想要绘制如图所示的图形,已知指令如下,大圆的半径为70,小圆的半径为50,请问横线处需要补充的指令依次是?( )       import turtle turtle.fillcolor(____) turtle.begin_fill() turtle.circle(____) turtle.end_fill() turtle.fillcolor(____) turtle.begin_fill() turtle.circle(____) turtle.end_fill() turtle.done()   A. 
 
 
import turtle
turtle.fillcolor(____)
turtle.begin_fill()
turtle.circle(____)
turtle.end_fill()
turtle.fillcolor(____)
turtle.begin_fill()
turtle.circle(____)
turtle.end_fill()
turtle.done()
 
14.小明想要绘制如图所示的图形,已知指令如下,大圆的半径为70,小圆的半径为50,请问横线处需要补充的指令依次是?( )       import turtle turtle.fillcolor(____) turtle.begin_fill() turtle.circle(____) turtle.end_fill() turtle.fillcolor(____) turtle.begin_fill() turtle.circle(____) turtle.end_fill() turtle.done()   A. A. "red",70,"blue",50
 
14.小明想要绘制如图所示的图形,已知指令如下,大圆的半径为70,小圆的半径为50,请问横线处需要补充的指令依次是?( )       import turtle turtle.fillcolor(____) turtle.begin_fill() turtle.circle(____) turtle.end_fill() turtle.fillcolor(____) turtle.begin_fill() turtle.circle(____) turtle.end_fill() turtle.done()   A. B. "blue",70,"red",50
 
14.小明想要绘制如图所示的图形,已知指令如下,大圆的半径为70,小圆的半径为50,请问横线处需要补充的指令依次是?( )       import turtle turtle.fillcolor(____) turtle.begin_fill() turtle.circle(____) turtle.end_fill() turtle.fillcolor(____) turtle.begin_fill() turtle.circle(____) turtle.end_fill() turtle.done()   A. C. "red",50,"blue",70
 
14.小明想要绘制如图所示的图形,已知指令如下,大圆的半径为70,小圆的半径为50,请问横线处需要补充的指令依次是?( )       import turtle turtle.fillcolor(____) turtle.begin_fill() turtle.circle(____) turtle.end_fill() turtle.fillcolor(____) turtle.begin_fill() turtle.circle(____) turtle.end_fill() turtle.done()   A. D. "blue",50,"red",70
 

 

答案解析

相关题目

提示声明

  • 免责声明:本站资源均来自网络或者用户投稿,仅供用于学习和交流:如有侵权联系删除!
  • 温馨提示:本文属于积分文章,需要充值获得积分或升级VIP会员,也可在会员中心投稿获取。

猜你喜欢