How to edit some python strings from terminal (Description for full explanation) | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 3

How to edit some python strings from terminal (Description for full explanation)

I see in Python Terminal that whenever I installed a module, I always got jealous by the Loading Line. Like: Collecting wheel for aiohttp: / Then it turned to: Collecting wheel for aiohttp: - I want help for someone who knows this trick. That is there a function or any sort that prints "Goodbye World" then it suddenly turned to "Hello World". pls help

19th Sep 2019, 10:23 AM
Name Omitted until I come back
2 Réponses
+ 1
by printing out \b you actually able to simulate backspace on the terminal screen. if only your terminal support it.
19th Sep 2019, 10:56 AM
Taste
Taste - avatar
+ 3
Thx
19th Sep 2019, 11:01 AM
Name Omitted until I come back