
Easily highlight source code for your blog with our Syntax Highlighter.
Join Siafoo Now
or
Learn More
Print yourself
0
Updated over 9 years ago (01 Feb 2010 at 12:05 PM)
recent activity
In Brief | A stupid snippet that prints its own source.... more |
Language | Python |
# 's
1print open(__file__).read()
A stupid snippet that prints its own source.
The result of course will be:
print open(__file__).read()
Add a Comment