In order to make you code have user interaction you need to use the input function, with the print function you can make it so the user can for example in a number game where you need to guess the number you need to use the input function "x=input()"so the user can input what they think the number is. in order to use the input function you need to create a variable then an equal sign then input, then add brackets.
-the input function adds input in the console
-use x = input() to get variable input.
-you can also print