Maxs homepage

Main Branches

Contact   Publications   Talks   Grants   Teaching   Mathematics   Computer   Images   Private   Links  

A Python program, that prints itself (2)

#!/usr/bin/env python
x = """#!/usr/bin/env python
x = %s%s%s
print x %% ('"'*3,x,'"'*3)"""
print x % ('"'*3,x,'"'*3)