合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
``` import turtle turtle.pensize(2) turtle.bgcolor("black") colors = ["red", "yellow", "purple", "blue"] for x in range(50): turtle.forward(2*x) turtle.color(colors[x % 4]) turtle.left(91) turtle.done() ```