#5715. Turtle-五角星

Turtle-五角星

题目描述

使用 python3 的 turtle 库,绘制一个以起点为左上角,边长为 100 的五角星,提交模板如下:

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