• + 0 comments

    Realized that I never put the answer to my own question here in case someone else was curious about the same thing.

    This technique is covered in the Python documentation. Although, it's not covered in the Print Methods or String section of the documentation, it is in the Built-in Types Section.

    https://docs.python.org/3/library/stdtypes.html#typesseq-common

    Have been reading this section and learning a lot; hopefully it will be as useful for the rest of the programming enthusiasts out there!