how to get input from command line in python 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