A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.tutorialspoint.com/python/alignment_methods.htm below:

Alignment Methods

Alignment Methods

Following methods in the str class control the alignment of characters within the string object.

Sr.No. Methods & Description

1

center(width, fillchar)

Returns a string padded with fillchar with the original string centered to a total of width columns.

2

ljust(width[, fillchar])

Returns a space-padded string with the original string left-justified to a total of width columns.

3

rjust(width,[, fillchar])

Returns a space-padded string with the original string right-justified to a total of width columns.

4

expandtabs(tabsize = 8)

Expands tabs in string to multiple spaces; defaults to 8 spaces per tab if tabsize not provided.

5

zfill (width)

Returns original string leftpadded with zeros to a total of width characters; intended for numbers, zfill() retains any sign given (less one zero).

python_string_methods.htm


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4