take an input and turn into a string python code example
Example 1: python input function
answer = input('What is your name?')
Example 2: python text input
name = input("Input message here")
answer = input('What is your name?')
name = input("Input message here")