回答編集履歴

1

レファレンスの書式を変更

2021/10/06 16:52

投稿

etherbeg
etherbeg

スコア1195

test CHANGED
@@ -32,11 +32,11 @@
32
32
 
33
33
 
34
34
 
35
- - [Python Documentation » Python よくある質問 » なぜ変数に値があるのに UnboundLocalError が出るのですか?](https://docs.python.org/ja/3/faq/programming.html?highlight=global#why-am-i-getting-an-unboundlocalerror-when-the-variable-has-a-value)
35
+ - [Python よくある質問 » なぜ変数に値があるのに UnboundLocalError が出るのですか?](https://docs.python.org/ja/3/faq/programming.html?highlight=global#why-am-i-getting-an-unboundlocalerror-when-the-variable-has-a-value)
36
36
 
37
- - [Python Documentation » Python チュートリアル » 9. クラス » 9.2. Python のスコープと名前空間](https://docs.python.org/ja/3/tutorial/classes.html#python-scopes-and-namespaces)
37
+ - [Python チュートリアル » 9. クラス » 9.2. Python のスコープと名前空間](https://docs.python.org/ja/3/tutorial/classes.html#python-scopes-and-namespaces)
38
38
 
39
- - [Python Documentation » Python 言語リファレンス » 7. 単純文 (simple statement) » 7.12. global 文](https://docs.python.org/ja/3/reference/simple_stmts.html?#the-global-statement)
39
+ - [Python 言語リファレンス » 7. 単純文 (simple statement) » 7.12. global 文](https://docs.python.org/ja/3/reference/simple_stmts.html?#the-global-statement)
40
40
 
41
41
 
42
42