diff --git a/JMRYU/11to20/16.py b/JMRYU/11to20/16.py index 8c3e95d..776243a 100644 --- a/JMRYU/11to20/16.py +++ b/JMRYU/11to20/16.py @@ -17,4 +17,4 @@ def solution(progresses, speeds): days.popleft() answer.append(count) - return answer \ No newline at end of file + return answer \ No newline at end of file