Install this theme
pythonでconsole.log

import sys

class console:
        @classmethod
        def log(self, errormsg):
                self.error = sys.stderr
                self.error.write(errormsg)

やってみたかっただけネタ①

second test code

#!/usr/bin/env python
#coding :utf-8

import sys
print sys.path

test code

python

print “hello tumblr”