2 """ turtle-example-suite:
4 tdemo-I_dont_like_tiltdemo.py
7 (a) use of a tilted ellipse as
9 (b) stamping that shape
11 We can remove it, if you don't like it.
12 Without using reset() ;-)
13 ---------------------------------------
23 pu(); bk(24*18/6.283); rt(90); pd()
29 color("red", "violet")
42 color("blue", "yellow")
49 while undobufferentries():
52 write("OK, OVER!", align
="center", font
=("Courier", 18, "bold"))
55 if __name__
=="__main__":