fanta_orange_grapeの(日記というより)記事のつもり

いままでの人生で一番美味しかったもの = 紅茶とトースト(高校生)。

英語のリファレンスとかでの、"must not"の使い方を学ぶ。

docs.python.org

Names listed in a global statement must not be used in the same code block textually preceding that global statement.

Names listed in a global statement must not be defined as formal parameters, or as targets in with statements or except clauses, or in a for target list, class definition, function definition, import statement, or variable annotation.

globalステートメントでリストされた名前は、そのglobalステートメントの前にある同じコードブロック内で、テキスト上使用してはいけません。

globalステートメントでリストされた名前は、形式パラメータとして定義したり、withステートメントやexcept節の対象として、またはforの対象リスト、クラス定義、関数定義、importステートメント、または変数の注釈としても定義してはいけません。

抽出すると、

must not be used   使用してはいけません。
must not be defined  定義してはいけません。

いい加減にmustやshouldを覚えよう!!!

蛇足

二つの引用が無駄につながらないように、 <!-- -->で、切ってます! good!!