n=0 for c in'\x02\x01\x03\x02\x07\x01\x03\x05\x06\x08\x07\x03\x09\x03\x11\r\x06\x02\x10\x06 \x02\x1a\x0c\x04#\x09-\x03\x06\n8Z\x06\x06\x12Z\x06\x0c\x1ch0\x10G-\x0c':n+=ord(c);print n
Note that non-ascii characters in the above source code will be escaped (such as \x9f).