TASK: Encoded Message

You’re in training right now, and the RIA want to see if you can send 2 encoded messages using Python: 

  • Circle (means to encircle the enemy)
  • Square (means attack)
Your task is to code these two symbols below. 
Don’t worry if the circle and the square are together – you don’t have to seperate them. But, you get extra points if you are able to draw the square below the circle.
 
Once you’re done, submit your code by copy/pasting it into the grading box. For maximum points, the code must include:
  1. line of code that draws a circle with a radius of 50 px
  2. line of code that draws a line that’s 100 px 
  3. and line of code that rotates the turtle 90 degrees