Skip to content

Instantly share code, notes, and snippets.

@FFY00
Created October 6, 2021 13:40
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 FFY00/ede4822b32ee9d4c309f8bc7d08e0c5a to your computer and use it in GitHub Desktop.
Save FFY00/ede4822b32ee9d4c309f8bc7d08e0c5a to your computer and use it in GitHub Desktop.
import collections.abc
match []:
case collections.abc.Iterable():
print('iterable!')
case _:
print('default :/')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment