250x250
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
- 파이썬 슬라이싱
- Len
- ORDER BY
- SQL 고득점 Kit
- 설계
- 프로젝트
- html
- 슬라이싱
- sql
- 파이썬 몫
- css
- Django
- pcce 기출문제
- 백준
- YOLOv5
- 단어 공부
- 데이터
- 파이썬
- Join
- count
- 코딩테스트 연습
- date_format
- 아이엠어바텐더
- 프로그래머스
- List Comprehension
- where
- Python3
- GIT
- python
- map
Archives
- Today
- Total
목록3052 (1)
nan + nan = 2nan

코드 입력 # 10개 다른 수 입력 # 연산 값 중 서로 다른 값이 몇 개 있는지 출력 a = int(input()) % 42 b = int(input()) % 42 c = int(input()) % 42 d = int(input()) % 42 e = int(input()) % 42 f = int(input()) % 42 g = int(input()) % 42 h = int(input()) % 42 i = int(input()) % 42 j = int(input()) % 42 n_li = [a,b,c,d,e,f,g,h,i,j] set1 = set(n_li) n_list = list(set1) size = len(n_list) print(size) 뭔가 간소화할 수 있는 방법이 있겠지만, 아직 내 역량 부..
Python/백준 알고리즘
2021. 8. 12. 01:12