Skip to content

Instantly share code, notes, and snippets.

@muddlebee
Forked from Vishakha263/recurrsion
Created April 15, 2019 20:02
Show Gist options
  • Save muddlebee/06e0256019cf0e6e546df5f5b538f10d to your computer and use it in GitHub Desktop.
Save muddlebee/06e0256019cf0e6e546df5f5b538f10d to your computer and use it in GitHub Desktop.
def cartoon():
print('I am a cartoon')
cartoon()
cartoon()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment