Using python code, how can you paste a string to a user input?
I would like to edit a text, where you have a line, and the user input already has the line pasted on it by the program, like:
line = 'hello there'
input('')
Then, when you execute the program, 'hello there'
is in your input and you can edit it into other words