Note 4.14.1.
You may be wondering how to tell the difference between functions that return something or not. Sometimes the name of the method can be a hint (e.g. if it has "set" in the name, it probably won’t return, whereas "get" will). If that doesn’t help or you’re still curious, you should reference the documentation (whether it’s official Python documentation or for a library). No shame in looking it up!