For my first ever assignment, my instructor has requested that we receive string input from the user, output to a variable, and display that user input at a certain coordinate on the turtle window before actually drawing a five point start at another set of X,Y coordinates.
Not entirely sure how I get the turtle package to output my string input from the user at a certain point in the window. I have googled everywhere and I see how to get the user input and assign that to a variable, just not the actual coordinate in the turtle window.