Home
Press ? for keyboard navigation
❮
Examples using format - alignment
Format characters and types (binary, octal, hexa)
❯
format
:s
Format - string
examples/format/formatted_string.py
name
=
"Foo Bar"
print
(
"
{:s}
"
.
format
(
name
))
print
(
"
{}
"
.
format
(
name
))
Foo Bar Foo Bar
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)