If you say input("dd")
, you put a letter after dd.
Is there any way to put the text in front of the dd?
python
There is an answer to stackoverflow. But there's a lot of constraints, and there's a lot of people who say, "Why do you have to suffer so much in cli?" Learn tkinter and make it gui.
https://stackoverflow.com/questions/66638199/suffix-after-user-input
chr(0x08)
This is how to turn the cursor back using the backspace character.
© 2024 OneMinuteCode. All rights reserved.