Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
myss45275yprint ("________*");
sleep(1.66666667);
print ("_______* *");
sleep(1.66666667);
print ("______* * *");
sleep(1.66666667);
print ("_____* * * *");
sleep(1.66666667);
print ("____* * * * *");
sleep(1.66666667);
print ("___* * * * * *");
sleep(1.66666667);
print ("__* * * * * * *"); -
-
@Gregozor2121 Coding the loop logic takes longer than copy/pasting the line and overwriting the characters in insert mode. Using only one print statement was not required.
-
@Fast-Nop
I know but i wondered if you just could use one print to display multiple lines, because writing few print statements takes more time than just writing one with everything in it. -
@Gregozor2121 Well the trick is that you have the stuff ligned up in the editor so that you can just use insert mode. This requires several lines. Of course, you could concatenate stuff afterwards, but that would cost more time.
Especially because you only actually write print once, the rest is copy/paste.
Related Rants
________*
_______* *
______ * * *
______* * * *
_____* * * * *
____* * * * * *
___* * * * * * *
How code this in 10 sc
random
any code
iluminatis
pyramid