I just learned that I can use `...` as placeholder for unfinished code instead of `pass` in #python
`...` is a built-n object, and it's called the *Ellipsis*
Example: Instead of
def func():
pass
one could use the ellipsis like
def func():
...
I just learned that I can use `...` as placeholder for unfinished code instead of `pass` in #python
`...` is a built-n object, and it's called the *Ellipsis*
Example: Instead of
def func():
pass
one could use the ellipsis like
def func():
...
If you have a fediverse account, you can quote this note from your own instance. Search https://mastodon.online/users/myself/statuses/116161492514418687 on your instance and quote it. (Note that quoting is not supported in Mastodon.)