diff options
Diffstat (limited to 'docs/page/2')
| -rw-r--r-- | docs/page/2/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/page/2/index.html b/docs/page/2/index.html index 48fe6b4..fcb0be7 100644 --- a/docs/page/2/index.html +++ b/docs/page/2/index.html @@ -30,6 +30,18 @@ <article class="post-entry"> <header class="entry-header"> + <h2>[Python] クロージャとUnboundLocalError: local variable 'x' referenced before assignment</h2> + </header> + <section class="entry-content"> + <p>Python における UnboundLocalError の理由と対処法。</p> + </section> + <footer class="entry-footer"> + Posted on <time>2021-10-02</time> + </footer> + <a class="entry-link" href="https://blog.nsfisis.dev/posts/2021-10-02/python-unbound-local-error/"></a> +</article> +<article class="post-entry"> + <header class="entry-header"> <h2>PHPerKaigi 2021</h2> </header> <section class="entry-content"> |
