@catsalad Other adventures in valid Python identifiers: https://fosstodon.org/@ptmcg/113929881516528637
ptmcg@fosstodon.org
@ptmcg@fosstodon.org
Posts
-
What's your favorite 1 character length variable name? -
What's your favorite 1 character length variable name? -
What's your favorite 1 character length variable name?@catsalad It's not 1 but 2 characters: `_·` This is a legal variable name in Python. The second character is the Unicode MIDDLE DOT. It is only legal as a body character, not an initial character, so you need the leading "_".
-
Melon Collie@catsalad Hamlet