标签:color pen close splay show rtl red for one
1 import turtle 2 3 turtle.color(‘black‘,‘red‘) 4 turtle.pensize(10) 5 turtle.begin_fill() 6 for i in range(5): 7 turtle.fd(200) 8 turtle.rt(144) 9 10 turtle.end_fill()
标签:color pen close splay show rtl red for one
原文地址:https://www.cnblogs.com/xugama/p/12460689.html