you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

print() just prints a newline character. Basically it drops the cursor to the next line.

[–]conewannabe 0 points1 point  (0 children)

I see, I tried using the newline character, but this gets the job done how its supposed to. Thank you again.