Python 들여쓰기

1 개요[ | ]

Python indentation
파이썬 들여쓰기
  • 원칙(가이드)상, 들여쓰기 단계별 공백문자 4개 사용
if True:
    print( 'Hello.' )

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}