Create PT Row 6: 2 function calls?

I need some clarification on this… If my student is writing a function that takes user input into their parameter, do they still have to physically call the function 2 times in their code, or can they just show 2 different user inputs in the video and explain how the user inputs are causing the function to run differently?

I think it should be fine. I don’t think they must have two calls in their code. But, they should explain that if there are two calls with different parameters, they cause different segments of code in the algorithm to execute.