Field Width and Alignment
|
Specify width (Aign left, fill with spaces) |
|
Fill with zeroes Output: |
|
Specify width, align to center Output: |
Member and Element Access
|
Access arguments by ordinal position Output: |
|
Implicit positional arguments (2.7 and above only) Output: |
|
Access keyword arguments by name Output: |
|
Access element by index Output: |
|
Access element attribute Output: |
|
Access element by key Output: |
Numerical Representation
|
Hexadecimal representation Output: |
|
Hexadecimal representation (uppercase letters) Output: |
|
Hexadecimal representation (including the Output: |
|
Binary representation Output: |
|
Character representation Output: |
|
Decimal representation (default) Output: |
|
With thousands separator Output: |
|
Octal representation Output: |
|
Like Output: |
|
Exponent notation Output: |
|
Exponent notation (capital 'E') Output: |
|
Fixed point Output: |
|
General format Output: |
|
Percentage Output: |
|
Precision Output: |
Conversions
|
Calling Output: |
|
Calling Output: |