Skip to content

Instantly share code, notes, and snippets.

@CharudattaManwatkar
Created April 4, 2021 09:29
Show Gist options
  • Save CharudattaManwatkar/5a95ca8ef0dad05106b075e73590a294 to your computer and use it in GitHub Desktop.
Save CharudattaManwatkar/5a95ca8ef0dad05106b075e73590a294 to your computer and use it in GitHub Desktop.
Ellipsis as a placeholder for unwritten code in python
def some_function():
...
def another_function():
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment