#5714. Python3 Turtle
0
Python3 Turtle
题目描述
使用 python3 的 turtle 库,绘制一个以起点为正中心,边长为 100 的正方形,提交模板如下:
import turtle
# 在下面填写你的答案:
使用 python3 的 turtle 库,绘制一个以起点为正中心,边长为 100 的正方形,提交模板如下:
import turtle
# 在下面填写你的答案: