03. Resources/Python(33)
-
[Python 문제풀이] 2일차
Day_2 Intro. Q6. Make Array Consecutive 2 Ratiorg got statues of different sizes as a present from CodeMaster for his birthday, each statue having an non-negative integer size. Since he likes to make things perfect, he wants to arrange them from smallest to largest so that each statue will be bigger than the previous one exactly by 1. He may need some additional statues to be able to accomplish ..
2020.07.10 -
[Python 문제풀이] 1일차
Day_1 https://app.codesignal.com/arcade Intro. Q1. add Write a function that returns the sum of two numbers. def add(param1, param2): return param1 + param2 Q2. centuryFromYear Given a year, return the century it is in. The first century spans from the year 1 up to and including the year 100, the second - from the year 101 up to and including the year 200, etc. def centuryFromYear(year): if year..
2020.07.09 -
파이썬 문제풀이 했던 것 업로드
작년 말에 면접 준비해보겠다고 파이썬 문제풀이에 도전한 적이 있다. 1일 1문제 였던거같은데 졸업 준비랑 겹쳐서 도중에 그만두긴 했지만, 남아있던 자료들 보관할 겸 블로그에 업로드 해야겠다! 문제 풀이를 위해서 Code signal이라는 사이트를 이용했다!
2020.07.09