how to add user input for a question python code example
Example: how to add user input for a question python
print("Type your question here. For Example, what is your favourite colour?")
YourVariableHere=input()
print("Type your question here. For Example, what is your favourite colour?")
YourVariableHere=input()