input() (Python)

input() pauses the program and waits for the user to type something, then returns what they typed as a string. You can pass a prompt message to display first.