(프로그래머코딩시험실습 Lv.1) 개인정보 수집유효기간

https://school.programmers.co.kr/learn/courses/30/lessons/150370 프로그램 제작자 코드 중심 개발자를 고용하십시오. 배치 기반 위치 매칭. 프로그래머의 개발자별 프로필에 가입하고 기술 호환성이 좋은 회사와 연결하십시오. Programmer.co.kr def solution(today, terms, privacies): t_y, t_m, t_d = (int(a) for a in today.split(“.”)) answer = () for i, p in enumerate(privacies): y, m, d = (int(a) for a in p(:-2).split(“.”)) for t in terms: … Read more