Timeline for How to do a backspace in python
Current License: CC BY-SA 3.0
Post Revisions
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 9, 2022 at 2:30 | answer | added | Diomedea | timeline score: 0 | |
| Dec 23, 2016 at 4:10 | history | edited | Supercolbat | CC BY-SA 3.0 |
Changed it so it be more understandable
|
| Dec 23, 2016 at 4:02 | vote | accept | Supercolbat | ||
| Dec 23, 2016 at 3:53 | review | Close votes | |||
| Dec 27, 2016 at 0:05 | |||||
| Dec 23, 2016 at 2:48 | answer | added | NaN | timeline score: 0 | |
| Dec 23, 2016 at 1:42 | comment | added | Fallenreaper |
It seems like you are accidently asking 2 questions. The first: how do do backspace which is answered above (\b). The other is your actual question... which is because each print is on its own line. You would want to construct a string and print it once, as opposed to printing multiple. If you are used to java, print does system.out.println, whereas you want print. So just build your string first, and then just print it out after all the iterations
|
|
| Dec 23, 2016 at 1:39 | answer | added | Andrew Guy | timeline score: 0 | |
| Dec 23, 2016 at 1:37 | answer | added | user2570465 | timeline score: 2 | |
| Dec 23, 2016 at 1:35 | comment | added | Andrew Guy | This is probably what you're looking for - stackoverflow.com/questions/11266068/… | |
| Dec 23, 2016 at 1:32 | history | edited | Supercolbat | CC BY-SA 3.0 |
Whoops
|
| Dec 23, 2016 at 1:29 | comment | added | chickity china chinese chicken | looking for '\b'? stackoverflow.com/a/18320507/1248974 | |
| Dec 23, 2016 at 1:28 | history | asked | Supercolbat | CC BY-SA 3.0 |