Python test

Python code posted
created at 27 Jan 06:20

Edit | Back
1
2
3
4
5
class MyClass() :
    @Decorator
    def myFunction(self, *args, **kwargs) :
        print "wewt"
        return args[0] 
125 Bytes in 2 ms with coderay