2014年3月11日火曜日

this is python code test
#This is a test
for i in range(100):

    print 'Hello World'

    print i
This is a syntax highlighting test.

class Myclass(object):
  __init__(self, x):
    brabra....