题海让大学四年没有难题
白天模式登陆

题目详情

单选题 执行以下代码: import turtle as t def DrawCctCircle(n): t.penup() t.goto(0,-n) t.pendown() t.circle(n) for i in range(20,80,20): DrawCctCircle(i) t.done() 在 Python Turtle Graphics 中,绘制的图形是

A. 同切圆

B. 同心圆

C. 笛卡尔心形

D. 太极

学科:程序设计方法学

时间:2025-10-29 02:05:44

Copyright © 2022 津ICP备2021001502号