Jun-08-2020, 07:14 PM
Hello!
How can I make to appear strText as input text that can be modified? What I want is to modify some text in strText but i don't want to write the entire string from the beggining, i want to appear automatically the strText and to modify only some text inside.
I hope that you can understand me!
Thank you!
1 2 3 |
strText = "this is text 1" a = input () + strText #or something like this print (a) |
I hope that you can understand me!
Thank you!