Answers for "Python - How To Pad String With Spaces"

0

Python - How To Pad String With Spaces

a = "I am legend" print(a.ljust(15))
Posted by: Guest on January-28-2022

Python Answers by Framework

Browse Popular Code Answers by Language