Python String - ljust(), rjust(), center()
Strings are sequences of characters that we can manipulate in many ways. Sometimes we need to align a string to the left, right, or centre within a given space. In this article, we will explore the Difference between ljust(), just() and center().Table of Contentstr.ljust()Syntax of ljust()Example of