PROGRAMMERS
[PROGRAMMERS] Python 문자열 압축
국동훈
2021. 9. 4. 19:43
1. numpy나 다른 모듈을 사용하지 않고 2차원 리스트를 transpose하는 방법
scores = [list(x) for x in zip(*scores)]
2. 리스트A, 리스트B 빼기
[item for item in x if item not in y]
3. 리스트에서 특정 원소 개수 구하기
list.count(0)
https://github.com/KOOKDONGHUN/programmers
GitHub - KOOKDONGHUN/programmers: my algorithm study
my algorithm study. Contribute to KOOKDONGHUN/programmers development by creating an account on GitHub.
github.com
천재는 1프로의 재능과 99프로의 노력으로 만들어진다.
1프로의 재능이 있어도 99프로의 노력을 하지 않으면 재능은 의미가 없다.
나에게 재능이 1프로는 있겠지 ... 99프로의 노력을 위하여 ... ㅎ