diff --git a/examples/example_mritunjay_push.py b/examples/example_mritunjay_push.py new file mode 100644 index 0000000..c24133b --- /dev/null +++ b/examples/example_mritunjay_push.py @@ -0,0 +1,14 @@ +x = { 'a':37,'b':42, + +'c':927} + +y = 'hello ''world' +z = 'hello '+'world' +a = 'hello {}'.format('world') +class foo ( object ): + def f (self ): + return 37*-+2 + def g(self, x,y=42): + return y +def f ( a ) : + return 37+-+a[42-x : y**3] \ No newline at end of file