A Python program made using the turtle module.
Draws a vector line based off the values entered by the user. It can also draw the resultant of two vectors.
Accepts a set of parameters of a vector entered by the user. These can be:
- magnitude and direction
- x-component and y-component
TODO:
- add loop for repeated usage
- scale inputs to be visually appealing and more readable