In Python please and thank you!
Create a variable for first name. Get input for first name from the user Pass this input to a function called GotIt In the function use a loop to print out the following 4 times “first name has completed this assignment!” (replacing first name with the name variable that was passed in by the user) Show transcribed image text Create a variable for first name. Get input
OR
OR