<pynote> name = 'pynote' print(name) </pynote>
<pynote> a = 5 b = 6 </pynote>
<pynote> for n in range(8): print(n) </pynote>