Question 1050673
This is a circle whose center is the origin (0,0) and its radius is 4
:
{{{ drawing( 300, 300, -5, 5, -5, 5,
      grid( 1 ), 
      green( circle( 0, 0, 4 ))
      )
}}}
: