可以使用字符串的center()方法來將字符串按照指定寬度居中對齊。示例如下:
center()
s = "hello" width = 10 centered_string = s.center(width) print(centered_string)
運行結果為:
hello
在center()方法中,傳入一個整數參數表示要居中對齊的寬度,該方法會在字符串兩側填充空格,使得字符串居中顯示。
億速云公眾號
手機網站二維碼
Copyright ? Yisu Cloud Ltd. All Rights Reserved. 2018 版權所有
廣州億速云計算有限公司粵ICP備17096448號-1 粵公網安備 44010402001142號增值電信業務經營許可證編號:B1-20181529