Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以下のような単純なコードを考えると:
def func(flag): if flag: seq = range(3) return seq[1]
pep8 と flake8 はどちらも、このコードは優れていると考えています。なぜこれが起こるのでしょうか?句seqの下でのみ定義されます。if
seq
if