the real .pyc file

Wolfgang Strobl wks000 at t-online.de
Fri Nov 29 01:22:08 EST 2002


bokr at oz.net (Bengt Richter):

>[1] It's also obfuscated C ;-)

Well, a while ago my employer got acquired, so I used the folllowing
four liner as a signature for a while.

#define print void main(){ printf(
print "signature under construction"
#define pass );}
pass

I'd like to know whether it's doable in less than four lines. :-)

C:\>cl /nologo signature.c
signature.c

C:\>signature
signature under construction
C:\>python signature.c
signature under construction

C:\>
-- 
Thank you for observing all safety precautions



More information about the Python-list mailing list