Python icon indicating copy to clipboard operation
Python copied to clipboard

Python language plugin for Light Table

Results 41 Python issues
Sort by recently updated
recently updated
newest added

**With newline character** Eval of `"Hello\nWorld"` reports `Hello`. Nothing on console. http://i.imgur.com/toR5aKh.png **With tabs or multiple spaces** Eval of `"Hello\tWorld"` reports `Hello World` (single space). Eval of `"Hello\t World"` (one...