← come back | Golfdocs - Pyth

" - quotation mark, quote - string literal

Begin and end string literal.[1]
Quotes are implicitly closed at the end of the program.[2]

Synopsis

"<string>"
Where <string> is the string, and the closing " may be omitted at the end of the program.

Example

"Hello, World!
Try it online! Result:
Hello, World!

References

  1. pyth.herokuapp.com/rev-doc.txt
  2. pyth.readthedocs.io/.../getting-started.html

Fork this collection on GitHub! o/