ZooDSS added the comment:
Found new one.
https://docs.python.org/3/reference/lexical_analysis.html#comments
"Comments are ignored by the syntax; they are not tokens." - I honestly think,
that this is misleading, by the fact that we have next words.
https://docs.python.org
ZooDSS added the comment:
Wanted to add a little bit more, but didn't know where to, so here it goes.
https://docs.python.org/3/reference/expressions.html#membership-test-operations
"The operator not in is defined to have the inverse true value of in." may be
better to use &