I have been trying to figure out how to edit an already printed out line of text without deleted the text that you just wrote.
I have thought that a work around of this problem is to just “edit” it by doing \r and reprinting the coding every single time.
For example if I print out
()
But then I wanted to add “hi” to it, it would then insert it to become
(“hi”)
If anyone knows the answer it would be very nice if you could respond to help me out, thanks so much.