input function python in detail code example
Example: input function python
make_a_variable_name = input("Put whatever question, or prompt as Python calls it, that the person will answer here.")
make_a_variable_name = input("Put whatever question, or prompt as Python calls it, that the person will answer here.")