From the statement below, can I infer that an if-block is a scope because it doesn't have a name, and therefore it is not directly accessible?
> A scope is a textual region of a Python program where a namespace is directly accessible. “Directly accessible” here means that an unqualified reference to a name attempts to find the name in the namespace."
https://docs.python.org/3/tutorial/classes.html#python-scopes-and-namespaces