Python String ljust() MethodPython ljust() method left justify the string and fill the remaining spaces with fillchars. This method returns a new string justified left and filled with fillchars. SignatureParameters
ReturnIt returns a left justified string. Let's see some examples of ljust() method to understand it's functionalities. Python String ljust() Method Example 1Output:
Python String ljust() Method Example 2Output:
Next TopicPython Strings |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India