How can I fill out a Python string with spaces? I want to fill out a string with spaces. I know that the following works for zero’s: >>> print "'%06d'"%4 '000004' But what should I do when I want... April 28, 2022 0 Comments