n=1 for k in b"\x01\x01G"+b"\x01\x01\x0e"*6:print('%x'%n+'\n%x+'%n*(92<n<156));n+=k
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page