rjust()

All String methods

Add right justified filler strings of specified width
my_string.rjust(width, filler)
width : right justified string of width
filler : (optional) string can be used to fill the width
my_str='Welcome to'
output=my_str.rjust(15,' ')
print(output, 'plus2net')
Output
     Welcome to plus2net
my_str='Welcome to'
output=my_str.rjust(15,'#')
print(output, 'plus2net')
Output
#####Welcome to plus2net
All String methods ljust()


Subscribe to our YouTube Channel here


Subscribe

* indicates required
Subscribe to plus2net

    plus2net.com



    Post your comments , suggestion , error , requirements etc here





    Python Video Tutorials
    Python SQLite Video Tutorials
    Python MySQL Video Tutorials
    Python Tkinter Video Tutorials
    We use cookies to improve your browsing experience. . Learn more
    HTML MySQL PHP JavaScript ASP Photoshop Articles FORUM . Contact us
    ©2000-2024 plus2net.com All rights reserved worldwide Privacy Policy Disclaimer