어제는 개인 사정이 있어 본의 아니게 Python 문제 푸는 것을 하지 못하였다. 대신, 오늘 2개를 풀어본다.
Chapter 2. Variables and Types (learnpython.org) Numbers Python supports two types of numbers - integers(whole numbers) and floating point numbers(decimals).
(It also supports complex numbers, which will not be explained in this tutorial). Strings Strings are defined either with a single quote or a double quotes.
Chapter 3. Lists (le.....