Skip to content

Instantly share code, notes, and snippets.

@sagarjauhari
Last active July 19, 2018 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sagarjauhari/012fd66356ffd39b64eea8553a85520b to your computer and use it in GitHub Desktop.
Save sagarjauhari/012fd66356ffd39b64eea8553a85520b to your computer and use it in GitHub Desktop.
Diff Test
class Animal:
def name(self):
return "Simba"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment