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 |
Tags
- date_format
- Join
- css
- List Comprehension
- pcce 기출문제
- where
- 파이썬
- count
- 파이썬 몫
- 설계
- 프로그래머스
- python
- Django
- html
- Python3
- sql
- 슬라이싱
- 백준
- 프로젝트
- SQL 고득점 Kit
- ORDER BY
- Len
- 아이엠어바텐더
- 코딩테스트 연습
- 데이터
- GIT
- 파이썬 슬라이싱
- map
- 단어 공부
- YOLOv5
Archives
- Today
- Total
목록3052 (1)
nan + nan = 2nan
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/YQFeP/btrbOJ8TJcj/djiqLPf2u2aY8vLpVgBAyK/img.png)
코드 입력 # 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