The goal is to program a compass to indicate the North with an arrow.

Complete the diagram with the angles.

There are an image for each angle:

  • Image.ARROW_N
  • Image.ARROW_NE
  • Image.ARROW_E
  • Image.ARROW_SE
  • Image.ARROW_S
  • Image.ARROW_SW
  • Image.ARROW_W
  • Image.ARROW_NW

Program a compass to indicate the North with an arrow.

Help: or and and could be use in test: if ((a > 10) and (b < 30):

What is the compass precision?