admin管理员组

文章数量:1794759

python趣味代码.画个圆

python趣味代码.画个圆

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

本文标签: 趣味代码Python画个圆