how to render the console input into other python file code example
Example: inpuit inf terfminal ppython
userInput = input("This is a prompt for the input")
print userInput
userInput = input("This is a prompt for the input")
print userInput