Skip to content

Commit

Permalink
Testing push by inserting python file
Browse files Browse the repository at this point in the history
  • Loading branch information
mritunjaysharma394 committed Aug 31, 2020
1 parent c50905f commit fc7515c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions examples/example_mritunjay_push.py
Original file line number Diff line number Diff line change
@@ -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]

0 comments on commit fc7515c

Please sign in to comment.