str 역순으로 뒤집기
python-> nohtyp
m = ''.join(m[::-1])
문자열 역순으로 정렬하기
python -> ytponh
m = ''.join(sorted(m, reverse= True))
'🖥' 카테고리의 다른 글
[동적계획법] Matrix 행렬 경로 문제 (파이썬) (0) | 2022.07.10 |
---|---|
[Spring Boot] Field in required a bean of type '' that could not be found. (0) | 2022.07.04 |
[Python] for-else문 (0) | 2022.06.24 |
[Python] DFS, BFS (0) | 2022.06.24 |
[Python] 리스트에서 값 삭제하기 (pop(), remove(), del, clear 차이, 시간복잡도) (0) | 2022.06.19 |
댓글