A parameter is a value that you can input into a command or function to change how that function operates. For example, if you call turnLeft() the turtle will turn 90° but if you call turnLeft(30) the turtle will only turn left 30°. Click here to see an example in action.