Skip to main content

2 docs tagged with "Strings"

Text handling and string formatting.

View all tags

F-Strings

Formatted string literals — format specs, alignment, padding, conversion flags, and debug mode.

Strings and Slicing

Indexing, the three-part slice, immutability, and the string methods worth knowing.