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
- nan
- 덴드로그램
- matplotlib
- string
- len()
- data
- count()
- 최솟값
- wcss
- function
- IN
- 최댓값
- 반복문
- DataFrame
- 분류 결과표
- insert()
- dendrogram
- numpy
- hierarchical_clustering
- analizer
- list
- pandas
- Dictionary
- sklearn
- elbow method
- Machine Learning
- DataAccess
- append()
- del
- Python
Archives
- Today
- Total
개발공부
[Python] 비교 연산자 본문
비교 연산자 (Comparison Operator)
예를들어 변수 a가 10을 유지하고 변수 b가 20을 유지한다고 가정하면 아래와 같은 논리가 성립합니다.

예시

'Python > Basic' 카테고리의 다른 글
| [Python] if 조건문 (0) | 2022.04.21 |
|---|---|
| [Python] 논리 연산자 AND, OR (0) | 2022.04.21 |
| [Python] Comment(주석), 긴 코드 여러 줄에 입력법 (0) | 2022.04.21 |
| [Python] Set 특징, 생성, 추가, 제거, 연산 (0) | 2022.04.21 |
| [Python] Tuple 특징, 생성 (0) | 2022.04.20 |