Before getting input from the user, it is a good idea to print a prompt telling the user what to input. You can pass a string to input to be displayed to the user before pausing for input:
to make use of the inout function be sure to make a variable and assigned do = input ("What is your name?\n"0 this will bring the qurstion to come onto the users screen and then wait for a response
You can pass a string into the input function that would show up on theusers screen