In Python, when you write "Hello, Mojo", an object is allocated on the heap, and the variable holds a reference (pointer) to that object. Since the character data itself is also placed on the heap, ...