Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
Tags
- Python
- insert()
- matplotlib
- DataAccess
- 최댓값
- string
- elbow method
- DataFrame
- IN
- nan
- append()
- Machine Learning
- hierarchical_clustering
- Dictionary
- list
- pandas
- del
- dendrogram
- function
- count()
- 반복문
- numpy
- 덴드로그램
- 최솟값
- len()
- data
- sklearn
- 분류 결과표
- wcss
- analizer
Archives
- Today
- Total
개발공부
[Python] Comment(주석), 긴 코드 여러 줄에 입력법 본문
Comment(주석)
파이썬에서 주석은 문장 맨 앞에 #를 붙여줍니다.
이는 컴퓨터가 실행하지 않고 이를 보는 사람을 위한 문장입니다.

긴 코드 여러 줄에 입력법
\ 문자를 이용하면 긴 코드를 여러줄에 걸쳐서 입력할 수 있습니다.

'Python > Basic' 카테고리의 다른 글
| [Python] 논리 연산자 AND, OR (0) | 2022.04.21 |
|---|---|
| [Python] 비교 연산자 (0) | 2022.04.21 |
| [Python] Set 특징, 생성, 추가, 제거, 연산 (0) | 2022.04.21 |
| [Python] Tuple 특징, 생성 (0) | 2022.04.20 |
| [Python] Dictionary items(), keys(), values(), in (0) | 2022.04.20 |