On 7/23/2015 5:08 PM, Alan Gauld wrote:
On 23/07/15 19:50, Laura Creighton wrote:

Also some people like to use the combination %< %< %< or >% >% >%

A new one on me, but I kind of like it. ;-)
I usually just use

<snip>


I include them generally to bracket code intended to be cut and paste into the interpreter.

eg

---8<---8<---8<---8<---8<---8<---

import sys

for ii in sys.path:
    print ii

---8<---8<---8<---8<---8<---8<---


YMMV,

Emile


_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to