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
- List
- set to list
- List 초기화
- homebrew-core is a shallow clone.
- list to set
- 알고리즘 풀이
- list.sorted()
- RecursionError
- Split
- permutations
- zip()
- sting position
- sort()
- Modified Date
- Algorithm
- 알고리즘
- Boto3
- list.pop(0)
- Python
- cask
- index
- Unknown command: cask
- 피보나치 수
- 프로그래머스
- Python 나머지
- List to String
- string
- Python 몫
- python3
- COUNT
Archives
- Today
- Total
목록Contains (1)
데이터와 코드로 세상을 바라봅니다.
[Python 3] - String, Upper(), Lower(), Count(), Contain()
[코드] def solution(s): return s.lower().count('p')==s.lower().count('y') [참고자료] www.geeksforgeeks.org/isupper-islower-lower-upper-python-applications/ isupper(), islower(), lower(), upper() in Python and their applications - GeeksforGeeks A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/c..
Code/Python
2020. 11. 5. 14:41