Maxs homepage |
Main BranchesContact Publications Talks Grants Teaching Mathematics Computer Images Private Links |
||||||||||
Navigation Tree
|
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) |
||||||||||
|