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.
プログラム部分間の改行に関する Python の慣習は何ですか? たとえば、次のように考えてください。
import os def func1(): def func2():
次の間の理想的な改行区切りはどうあるべきですか:
import
PEP8を読みましたが、上記の2点を確認したかったのです。