[coding test] Baekjoon_level 7_문자열-2
Ver. Jupyter Notebook (Anaconda3) ▶ coding test_Baekjoon_level 7_문자열-2 - 백준: baekjoon - 코딩 및 결과: github JeongJaeyoung0/coding_test 코딩테스트. Contribute to JeongJaeyoung0/coding_test development by creating an account on GitHub. github.com - 정렬 · [].sort() : 본문을 정렬해서 변환 · sorted([]) : 새로운 리스트를 반환 >>> a='132423' >>> b=sorted(a) # 오름차순 Out: ['1', '2', '2', '3', '3', '4'] >>> b=sorted(a, reverse=True) ..
2021.05.31