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

Why Does '20000 Is 20000' Result In True?

is in Python tests if 2 references point to the same object. Numbers between -5 and 256 are cached … Read more Why Does '20000 Is 20000' Result In True?