본문 바로가기

Posis

검색하기
Posis
프로필사진 CooNiHong

  • 분류 전체보기 (172)
    • Concept (3)
    • DataBase (0)
      • MySql (0)
      • Oracle (0)
    • Git (2)
    • HTML, CSS (13)
      • Sass(Scss) (5)
    • JavaScript (16)
      • 라이브러리 (1)
    • jQuery (1)
    • React (0)
    • Vue.js (20)
      • Issue (1)
    • Java (0)
    • Python (7)
    • 알고리즘 (108)
      • 프로그래머스 (92)
      • leetcode (12)
      • Baekjoon (2)
    • 자료구조 (1)
Guestbook
Notice
Recent Posts
Recent Comments
Link
250x250
«   2025/05   »
일 월 화 수 목 금 토
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 29 30 31
Tags
  • 코딩테스트
  • 프로그래머스
  • sorting
  • 백준
  • 자료형
  • SasS
  • 변수
  • JS
  • CSS
  • math
  • 자료구조
  • string
  • 컴포넌트
  • vue.js
  • computed
  • JavaScript
  • dynamic programming
  • JavaSceipt
  • leetcode
  • 알고리즘
  • java
  • greedy
  • array
  • github
  • Algorithm
  • HTML
  • 파이썬
  • scss
  • Python
  • hash table
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록형변환 (1)

Posis

[Python] 산술연산자와 형변환(int, flaot, str, bool)

산술 연산자 산술 연산자는 말 그대로 값을 계산하는 연산자입니다. a = 10, b = 20, c = 3 Operator Description Example + 더하기 a + b - 30 - 빼기 a - b = 10 * 곱하기 a * b = 200 / 나누기 b / a = 2.0 % 나머지 b % a = 0 ** 제곱 a ** c = 1000 // 몫 a // c = 3 a = 10 b = 20 c = 3 print("a + b = ", a+b) print("a - b = ", a-b) print("a * b = ", a*b) print("b / a = ", b/a) print("b % a = ", b%a) print("a ** c = ", a**c) print("a // c = ", a//c) 여기서 ..

Python 2022. 11. 21. 01:46
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바