9 lines
130 B
Python
9 lines
130 B
Python
# regular octagon in red
|
|
# regular nonagon in blue
|
|
|
|
# condition controlled iteration
|
|
# both shapes on same screen
|
|
|
|
import turtle
|
|
|