bagaimana menambahkan input pengguna untuk pertanyaan python

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