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 | 29 | 30 | 31 |
Tags
- barplot
- setstate
- R 그래프
- 값삭제
- R데이터형태
- getline
- 백준 10172
- 10172
- 데이터분석
- 이스케이프시퀀스
- await
- 광명시버스분석
- 백준 11718
- 배열삭제
- useState
- 그래픽
- 버스분석
- react #회원가입 #비밀번호비교
- React
- 이용현황분석
- barplot in r
- 값추가
- DataFrame
- 그대로 출력하기
- vetor
- asynchronization
- 배열추가
- 탈출문자
- 백준
- plot in r
Archives
- Today
- Total
devlog_zz
[python] 몫, 나머지 구하기 본문
728x90
몫, 나머지 구하기
1. 몫 구하기
print(5//3)
1
2. 나머지 구하기
print(5%3)
2
728x90
'Back End > python' 카테고리의 다른 글
[python] list 일부 선택하기 arr[2:5] (0) | 2022.08.07 |
---|---|
[python] list 최대값, 최소값 index (0) | 2022.08.07 |
[python] Counter list 원소 개수 세기 (0) | 2022.08.07 |
[python] set - list 중복 제거 (0) | 2022.08.07 |
[python] enumerate 함수 (0) | 2022.08.07 |
Comments