Programming in Python
Fun with Flags
This about Turtle graphics - producing flags.
Quite a lot of online Python Turtle editors run in a slightly different way to the way that I'm teaching this. One that does work in the same way is this online Python Editor (opens in a new tab). This is the best one to use for this work.
There are a set of programmed instructions:
> Flags Instructions Part One (opens in a new tab).
> Flags Instructions Part Two (opens in a new tab).
> Flags Instructions Part Three (opens in a new tab).