最佳答案
我有兴趣知道程序部件之间换行符的 Python 约定是什么:
import os
def func1():
def func2():
理想的换行分隔是什么:
import
模块和
功能?我已经阅读了 PEP8,但我想确认以上两点。