본문 바로가기

컴퓨터/Python

Python comment | 파이썬 주석

# This is a comment

"""
This is a
multiline comment
"""

 

'컴퓨터 > Python' 카테고리의 다른 글

Python dictionary | 파이썬 객체  (0) 2023.02.01
Python Class | 파이썬 클래스  (0) 2023.02.01
Python 변수  (0) 2023.02.01
Python operator 연산자  (0) 2023.02.01
Python list | 파이썬 배열  (0) 2023.02.01