• + 3 comments

    Thes was my solution also! :D Just use the end="" so the next print will not start on the next line and it will remain on the same line. That because by default for print( something, end='\n').