ie ``` python text = "Imagine this is a string that goes over 80 chars" ``` to ``` python text = "Imagine this is a string that" " goes over 80 chars" ```