I want to have a default response using python input function i would like it to behave like so
response = input("Enter your response :", default="default response")
that would prompt the user : Enter your response : default response where "default response" behave like if the user writted it so he can modify a text already written.
did'nt found anything about that in the docs but i guess it's possible