Skip to content
Advertisement

Tag: alignment

Python spacing and aligning strings

I am trying to add spacing to align text in between two strings vars without using ” ” to do so Trying to get the text to look like this, with the second column being aligned. Currently have it coded like this, just using spaces… I tried working with string.rjust & srting.ljust but to no avail. Suggestions? Answer You should

Advertisement