Task
Define a function draw_tree that takes one parameter:
When called, the function should display a fractal tree.
You should make use of the turtle graphics library that is built into python. If you’re not familiar with the turtle graphics library, it provides a simple and user-friendly way to create graphics and visualisations using a virtual "turtle." The turtle is a cursor that can be controlled by a set of instructions to draw shapes and lines on a canvas.