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.
私は現在します
# three extra blank lines per srh for debug log logging.info('') logging.info('') logging.info('')
しかし、これはコードを肥大化させます、より良い方法はありますか?
これは実際には空行ではありませんが、時々これを使用します:
logging.info('-' * 80)