You need to unblock this content by setting your broser.
ブラウザーはこの内容をブロックしないように設定してください。

INFO:
Now let’s look at explicit return statements. When a Python function executes an explicit return statement, the function immediately ends its execution and sends the return value back to the calling environment. As previously mentioned, a return…
Using Explicit Returns in Functions (Video) – Real Python