test python

Python code posted
created at 22 Feb 14:05

Edit | Back
1
2
3
4
5
6
def test(args):
    print args

class Classy(object):
    def __init__(self):
        self.__dict__ = Classy.__borg__
124 Bytes in 2 ms with coderay