Ziyue Li
December 28, 2022
text = "Demo" print(f'{text:*<10}') print(f'{text:*>10}') print(f'{text:*^10}')
Demo****** ******Demo ***Demo***