Question: In Python 3, write a function function() that draws your 3 initials (s, h ,f) in maritime letter flags(look them up) using turtle graphics. Each
In Python 3,
write a function "function()" that draws your 3 initials (s, h ,f) in maritime letter flags(look them up) using turtle graphics. Each flag is a square, draw a 1 pixel black border around each flag.
You will use randomization to vary how you draw your flags. The bottom left corner of the first flagis drawn at a random point in the rectilinear square bounded by (-200,-200) and (0,0). Each flag is of the same width w, which is chosen randomly in (100,200). The gap between consecutive flags should be a random number between 1 and 10.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
