This is another test post. I want to publish a wee bit of code:
class example:
def __init __(self):
self.foo = bar
def print(self):
print self.foo
There we go. It only took twenty minutes!
This is another test post. I want to publish a wee bit of code:
class example:
def __init __(self):
self.foo = bar
def print(self):
print self.foo
There we go. It only took twenty minutes!