#793. Python3 Turtle

Python3 Turtle

本题没有可用的提交语言。

题目描述

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

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