Python - String Padding (ljust, rjust, center, zfill)
• Python provides four built-in string methods for padding: ljust() and rjust() for left/right alignment, center() for centering, and zfill() specifically for zero-padding numbers
• Python provides four built-in string methods for padding: ljust() and rjust() for left/right alignment, center() for centering, and zfill() specifically for zero-padding numbers