# A Python program that outputs itself: # Copyright (c) Randy Gamage 25-MAY-04 # For Linux/Unix: a="print 'a=%c%s%c%c%c%s' % (34,a,34,10,13,a)" print 'a=%c%s%c%c%c%s' % (34,a,34,10,13,a) # For Windows: a="print 'a=%c%s%c%c%s' % (34,a,34,13,a)" print 'a=%c%s%c%c%s' % (34,a,34,13,a)