Posted 27 February 2015 - 08:08 PM
I have a program to load up my computer and say "booting up, please wait…")
but I wanted it to go with the dots going up like "." ".." then "…" However When i used "clear line" it didn't and went on the other line
like this:
Booting Up, Please wait.
Booting Up, Please wait..
Booting Up, Please wait…
Is there a way to have this on the same line?
Here is the code i'm on about
print("Booting Up, Please wait.")
sleep(1)
term.clearLine()
print("Booting Up, Please wait..")
sleep(1)
term.clearLine()
print("Booting Up, Please wait…")
sleep(1)
term.clearLine()
but I wanted it to go with the dots going up like "." ".." then "…" However When i used "clear line" it didn't and went on the other line
like this:
Booting Up, Please wait.
Booting Up, Please wait..
Booting Up, Please wait…
Is there a way to have this on the same line?
Here is the code i'm on about
print("Booting Up, Please wait.")
sleep(1)
term.clearLine()
print("Booting Up, Please wait..")
sleep(1)
term.clearLine()
print("Booting Up, Please wait…")
sleep(1)
term.clearLine()