따로 정리해뒀던 python 개념적인 부분 벨로그에 옮겨 적어본다.
type(변수) : 해당 변수 데이터타입을 조회
형변환 함수
사칙연산
map() 함수
is , is not 연산자
조건문
반복문
input()
print()
``` python