목록indentation (1)
YH Data Scientist의 정리글
PEP 8 - Code Lay-out - Indentation
이번 포스트는 코드 레이아웃 중 들여 쓰기에 대해서 정리하고자 합니다. 아래는 PEP 8 - Style Guide for Python Code 을 번역한 내용입니다. Indentation 들여 쓰기 레벨 당 4 개의 공백을 사용하세요. Continuation lines should align wrapped elements either vertically using Python's implicit line joining inside parentheses, brackets and braces, or using a hanging indent. When using a hanging indent the following should be considered; there should be no arguments o..
파이썬
2020. 3. 17. 14:27