Skip to content Skip to sidebar Skip to footer
Showing posts with the label Literals

Printing A Literal Python String In Octal

For reasons unknown I am the consumer of metadata that needs to be displayed in octal format to be … Read more Printing A Literal Python String In Octal

What's The Advantage Of Having Multi-line & Single-line String Literals In Python?

I know the triple quote strings are used as docstrings, but is there a real need to have two string… Read more What's The Advantage Of Having Multi-line & Single-line String Literals In Python?