绘图范式 10.6

Python
import turtle

pen.penup()
pen.goto(x, y)
pen.pendown()
pen.dot(10, "red")

您可能还喜欢...

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注