Concept Flow - Taking input using input()
Start Program
Call input()
Wait for user to type
User presses Enter
input() returns string
Store input in variable
Use input value
End Program
The program pauses to get text from the user, then stores it as a string for later use.