标签:src png tle 技术 fill img span rtl inf
import turtle as t t.color("black","red") t.begin_fill() for i in range(5): t.fd(100) t.rt(144) t.end_fill() t.done
红色五角星绘制
原文地址:https://www.cnblogs.com/Cute-pig/p/12496461.html