Python -Änderung der Rekursionstiefe
import sys
sys.setrecursionlimit(1500)
Testy Turtle
import sys
sys.setrecursionlimit(1500)