Title / Description
Code #!/bin/env python """Just a sample python code""" class MyClass: def __private(self): pass def hello(f): def h(): print "hello " + f.__name__ return f() return h @hello def add(a, b): return a + b for i, n in enumerate(xrange(2, 3, 2)): print add(i, n) c = MyClass()
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code