import sys
class console:
@classmethod
def log(self, errormsg):
self.error = sys.stderr
self.error.write(errormsg)
やってみたかっただけネタ①
#!/usr/bin/env python #coding :utf-8 import sys print sys.path
python
print “hello tumblr”