Cómo agregar la entrada del usuario para una pregunta Python

print("Type your question here. For Example, what is your favourite colour?")
YourVariableHere=input()
Nervous Nightingale