Files
pytry/django_try/mysite/poll/prints itself.py
T
2014-02-05 10:44:04 +05:30

2 lines
55 B
Python

s = r"print 's = r\"' + s + '\"' + '\nexec(s)'"
exec(s)