I\'m doing a progressbar for my uploading script and therefor i want to print a row of multiple \'#\' but i can\'t get it to work. When i tell Python to not add newline it d
You can always use the strip() function.
strip()