【Python Turtle Animation】 #1 – Cross Fractal

This is the first animation with Python Turtle from CodeGuru.Academy. The key is to use recursive function to draw graphics.

Cross Fractal with Python Turtle


【Python Turtle 编程动画】十字分形图


这是我们编程工作室Python Turtle编程动画课程的内容,主要目的是学习递归函数的使用。