
python趣味代码.画个圆
import turtle turtle.fd(-200) turtle.right(90) turtle.circle(200)
👁️ 阅读量:0
© 版权声明:本文《python趣味代码.画个圆》内容均为本站精心整理或网友自愿分享,如需转载请注明原文出处:https://www.zastudy.cn/wen/1686834606a348768.html。

import turtle turtle.fd(-200) turtle.right(90) turtle.circle(200)