• 회원가입
  • 로그인
  • 구글아이디로 로그인

[keyword] Python - Keyword (키워드) 종류

1121  

Keyword 종류

※ 대소문자 구분 O.

  • and - 모든 조건이 참인지 판별하는 논리연산자.
  • as - 별칭 생성.
  • assert - 코드 디버깅.
  • break - 반복문 탈출. 
  • class - 클래스 정의.
  • continue - 반복문에서 특정 조건은 건너뜀.
  • def - 함수 정의/생성.
  • del - 객체 삭제.
  • elif - if 조건 미충족 시 판별할 조건문. 
  • else - 그외 경우 실행할 내용. (= 엘스)
  • except - try...except 구문에서 에러 처리. 
  • False - Boolean 결과 중 '거짓' 의미. 
  • finally - try 구문 마자막에 무조건 실행.
  • for - for 반복문 생성.
  • from - 모듈의 특정 부분만 지정. 
  • global - 전역변수 선언.
  • if - if조건문 생성.
  • import - 모듈 가져오기.
  • in - 값 유무 체크.

 



분류 제목
module Python - statistics.mode() 메서드 ★ - 최빈값 반환. (= mode메서드 = 모드)
module Python - statistics.pstdev() 메서드 -
module Python - statistics.stdev() 메서드 -
module Python - statistics.pvariance() 메서드 -
module Python - statistics.variance() 메서드 -
module Python - math 모듈 메서드・상수 종류 (※ 수학 모듈)
module Python - math.acos() 메서드 -
module Python - math.acosh() 메서드 -
module Python - math.asin() 메서드 -
module Python - math.asinh() 메서드 -
module Python - math.atan() 메서드 -
module Python - math.atan2() 메서드 -
module Python - math.atanh() 메서드 -
module Python - math.ceil() 메서드 ★ - 천장 반올림 (= 상위 정수로 반올림. = ceil메서드…
module Python - math.comb() 메서드 -
module Python - math.copysign() 메서드 -
module Python - math.cos() 메서드 -
module Python - math.cosh() 메서드 -
module Python - math.degrees() 메서드 -
module Python - math.dist() 메서드 -
19/24
목록
찾아주셔서 감사합니다. Since 2012