#16. Python3 Turtle

Python3 Turtle

题目描述

使用 python3 的 turtle 库,绘制一个以起点为正中心,边长为 100 的正方形,提交模板如下:

import turtle
# 在下面填写你的答案: