我嘗試添加間距在串兩者之間的文本對齊瓦爾不使用「」這樣做Python的間距和對齊字符串
試圖讓文本看起來像這樣,在第二列對齊。
Location: 10-10-10-10 Revision: 1
District: Tower Date: May 16, 2012
User: LOD Time: 10:15
目前已將其編碼這樣的,只是用空格...
"Location: " + Location + " Revision: " + Revision + '\n'
我試着用string.rjust & srting.ljust但無濟於事工作。
對此提出建議?
string.ljust應該做你想做的。你可以發佈你在.ljust舞臺上試過的東西嗎? – JoeFish
你總是可以使用'「\ t」' –
參見http://stackoverflow.com/questions/1448820/variable-length-of-s-with-the-operator-in-python#1448834 –