Syntax

Returns a copy of s with whitespace (or chars) removed from both the left and right of s. Alignment. s.center(width) Returns a copy of s centered in a field of width spaces. s.ljust(width) Returns a string left justified in a field of width spaces. s.rjust(width) Returns a string right justified in a field of width spaces. Misc. s.replace (old ... ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download