📅  最后修改于: 2023-12-03 14:40:41.889000             🧑  作者: Mango
在Python中,可以使用一个名为turtle
的内置模块,来画出各种形状,包括矩形。矩形的函数名为Rectangle()
。
矩形函数的定义如下:
def Rectangle(width, height):
turtle.forward(width)
turtle.left(90)
turtle.forward(height)
turtle.left(90)
turtle.forward(width)
turtle.left(90)
turtle.forward(height)
这个函数需要两个参数,即矩形的宽度和高度。
以下是一个使用矩形函数的实例:
import turtle
# Create a Turtle object
turt = turtle.Turtle()
# Call the Rectangle function to draw a rectangle
width = 200
height = 100
Rectangle(width, height)
# Exit the program when you click anywhere
turtle.exitonclick()
width
:矩形的宽度,以像素为单位。height
:矩形的高度,以像素为单位。在使用矩形函数时,需要注意以下限制:
turtle
的绘图工具,所以只能在turtle窗口中绘制矩形。在Python中,使用矩形函数可以方便地绘制各种大小和颜色的矩形。虽然其存在一些限制,但其易于使用的接口和简单的工作原理使其成为一个很好的绘图工具。