>>> message = """ I want to have big text strings in my python scripts, whole paragraphs in length. I do not want to have to insert \ characters at every line. Is this possible? The application is a text adventure game. I want the big paragraph text descriptions to be close to the program logic that governs them, I don't want to stick them off in some special file or database somewhere. That might be a good idea for localization, but we don't know that the game will ever be translated into another language, and it'll be a pain in the ass for development to have the text separate. """ >>> print len(message) 576 Cheers /F
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4