Input related questions

Asked 2 years ago, Updated 2 years ago, 20 views

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

2022-09-20 10:58

1 Answers

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.


2022-09-20 10:58

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.