diff --git a/lang-ko/readme_ko.md b/lang-ko/readme_ko.md
index 770ee59..558efe9 100644
--- a/lang-ko/readme_ko.md
+++ b/lang-ko/readme_ko.md
@@ -2,42 +2,42 @@
|# Day | Topics |
|------|:---------------------------------------------------------:|
-| 01 | [Introduction](./readme.md)|
-| 02 | [Variables, Built-in Functions](./02_Day_Variables_builtin_functions/02_variables_builtin_functions.md)|
-| 03 | [Operators](./03_Day_Operators/03_operators.md)|
-| 04 | [Strings](./04_Day_Strings/04_strings.md)|
-| 05 | [Lists](./05_Day_Lists/05_lists.md)|
-| 06 | [Tuples](./06_Day_Tuples/06_tuples.md)|
-| 07 | [Sets](./07_Day_Sets/07_sets.md)|
-| 08 | [Dictionaries](./08_Day_Dictionaries/08_dictionaries.md)|
-| 09 | [Conditionals](./09_Day_Conditionals/09_conditionals.md)|
-| 10 | [Loops](./10_Day_Loops/10_loops.md)|
-| 11 | [Functions](./11_Day_Functions/11_functions.md)|
-| 12 | [Modules](./12_Day_Modules/12_modules.md)|
-| 13 | [List Comprehension](./13_Day_List_comprehension/13_list_comprehension.md)|
-| 14 | [Higher Order Functions](./14_Day_Higher_order_functions/14_higher_order_functions.md)|
-| 15 | [Python Type Errors](./15_Day_Python_type_errors/15_python_type_errors.md)|
-| 16 | [Python Date time](./16_Day_Python_date_time/16_python_datetime.md) |
-| 17 | [Exception Handling](./17_Day_Exception_handling/17_exception_handling.md)|
-| 18 | [Regular Expressions](./18_Day_Regular_expressions/18_regular_expressions.md)|
-| 19 | [File Handling](./19_Day_File_handling/19_file_handling.md)|
-| 20 | [Python Package Manager](./20_Day_Python_package_manager/20_python_package_manager.md)|
-| 21 | [Classes and Objects](./21_Day_Classes_and_objects/21_classes_and_objects.md)|
-| 22 | [Web Scraping](./22_Day_Web_scraping/22_web_scraping.md)|
-| 23 | [Virtual Environment](./23_Day_Virtual_environment/23_virtual_environment.md)|
-| 24 | [Statistics](./24_Day_Statistics/24_statistics.md)|
-| 25 | [Pandas](./25_Day_Pandas/25_pandas.md)|
-| 26 | [Python web](./26_Day_Python_web/26_python_web.md)|
-| 27 | [Python with MongoDB](./27_Day_Python_with_mongodb/27_python_with_mongodb.md)|
-| 28 | [API](./28_Day_API/28_API.md)|
-| 29 | [Building API](./29_Day_Building_API/29_building_API.md)|
-| 30 | [Conclusions](./30_Day_Conclusions/30_conclusions.md)|
+| 01 | [Introduction](../readme_ko.md)|
+| 02 | [Variables, Built-in Functions](../02_Day_Variables_builtin_functions/02_variables_builtin_functions.md)|
+| 03 | [Operators](../03_Day_Operators/03_operators.md)|
+| 04 | [Strings](../04_Day_Strings/04_strings.md)|
+| 05 | [Lists](../05_Day_Lists/05_lists.md)|
+| 06 | [Tuples](../06_Day_Tuples/06_tuples.md)|
+| 07 | [Sets](../07_Day_Sets/07_sets.md)|
+| 08 | [Dictionaries](../08_Day_Dictionaries/08_dictionaries.md)|
+| 09 | [Conditionals](../09_Day_Conditionals/09_conditionals.md)|
+| 10 | [Loops](../10_Day_Loops/10_loops.md)|
+| 11 | [Functions](../11_Day_Functions/11_functions.md)|
+| 12 | [Modules](../12_Day_Modules/12_modules.md)|
+| 13 | [List Comprehension](../13_Day_List_comprehension/13_list_comprehension.md)|
+| 14 | [Higher Order Functions](../14_Day_Higher_order_functions/14_higher_order_functions.md)|
+| 15 | [Python Type Errors](../15_Day_Python_type_errors/15_python_type_errors.md)|
+| 16 | [Python Date time](../16_Day_Python_date_time/16_python_datetime.md) |
+| 17 | [Exception Handling](../17_Day_Exception_handling/17_exception_handling.md)|
+| 18 | [Regular Expressions](../18_Day_Regular_expressions/18_regular_expressions.md)|
+| 19 | [File Handling](../19_Day_File_handling/19_file_handling.md)|
+| 20 | [Python Package Manager](../20_Day_Python_package_manager/20_python_package_manager.md)|
+| 21 | [Classes and Objects](../21_Day_Classes_and_objects/21_classes_and_objects.md)|
+| 22 | [Web Scraping](../22_Day_Web_scraping/22_web_scraping.md)|
+| 23 | [Virtual Environment](../23_Day_Virtual_environment/23_virtual_environment.md)|
+| 24 | [Statistics](../24_Day_Statistics/24_statistics.md)|
+| 25 | [Pandas](../25_Day_Pandas/25_pandas.md)|
+| 26 | [Python web](../26_Day_Python_web/26_python_web.md)|
+| 27 | [Python with MongoDB](../27_Day_Python_with_mongodb/27_python_with_mongodb.md)|
+| 28 | [API](../28_Day_API/28_API.md)|
+| 29 | [Building API](../29_Day_Building_API/29_building_API.md)|
+| 30 | [Conclusions](../30_Day_Conclusions/30_conclusions.md)|
๐งก๐งก๐งก HAPPY CODING ๐งก๐งก๐งก
Support the author to create more educational materials
-

+
@@ -56,25 +56,25 @@
-[Day 2 >>](./02_Day_Variables_builtin_functions/02_variables_builtin_functions.md)
+[Day 2 >>](../02_Day_Variables_builtin_functions/02_variables_builtin_functions.md)
-
+
- [๐ 30 Days Of Python](#-30-days-of-python)
- [๐ Day 1](#-day-1)
- - [ํ์ํฉ๋๋ค](#welcome)
- - [์๊ฐ](#introduction)
- - [์ Python์ด๋๋?](#why-python-)
- - [ํ๊ฒฝ ์ค์ ](#environment-setup)
- - [Python ์ค์น](#installing-python)
- - [Python ์
ธ](#python-shell)
- - [Visual Studio Code ์ค์น](#installing-visual-studio-code)
- - [visual studio code๋ฅผ ์ฌ์ฉํ๊ธฐ](#how-to-use-visual-studio-code)
- - [Python ๊ธฐ๋ณธ](#basic-python)
- - [Python ๊ตฌ๋ฌธ](#python-syntax)
- - [Python ๋ค์ฌ์ฐ๊ธฐ](#python-indentation)
- - [์ฃผ์](#comments)
- - [๋ฐ์ดํฐ ํ์
](#data-types)
+ - [ํ์ํฉ๋๋ค](#ํ์ํฉ๋๋ค)
+ - [์๊ฐ](#์๊ฐ)
+ - [์ Python์ด๋๋?](#์-python์ด๋๋?)
+ - [ํ๊ฒฝ ์ค์ ](#ํ๊ฒฝ-์ค์ )
+ - [Python ์ค์น](#python-์ค์น)
+ - [Python ์
ธ](#python-์
ธ)
+ - [Visual Studio Code ์ค์น](#visual-studio-code-์ค์น)
+ - [visual studio code๋ฅผ ์ฌ์ฉํ๊ธฐ](#visual-studio-code๋ฅผ-์ฌ์ฉํ๊ธฐ)
+ - [Python ๊ธฐ๋ณธ](#python-๊ธฐ๋ณธ)
+ - [Python ๊ตฌ๋ฌธ](#python-๊ตฌ๋ฌธ)
+ - [Python ๋ค์ฌ์ฐ๊ธฐ](#python-๋ค์ฌ์ฐ๊ธฐ)
+ - [์ฃผ์](#์ฃผ์)
+ - [๋ฐ์ดํฐ ํ์
](#๋ฐ์ดํฐ-ํ์
)
- [Number](#number)
- [String](#string)
- [Booleans](#booleans)
@@ -82,8 +82,8 @@
- [Dictionary](#dictionary)
- [Tuple](#tuple)
- [Set](#set)
- - [๋ฐ์ดํฐ ํ์
์ฒดํฌ](#checking-data-types)
- - [Python ํ์ผ](#python-file)
+ - [๋ฐ์ดํฐ ํ์
์ฒดํฌ](#๋ฐ์ดํฐ-ํ์
-์ฒดํฌ)
+ - [Python ํ์ผ](#python-ํ์ผ)
- [๐ป Exercises - Day 1](#-exercises---day-1)
- [Exercise: Level 1](#exercise-level-1)
- [Exercise: Level 2](#exercise-level-2)
@@ -119,7 +119,7 @@ Windows ์ฌ์ฉ์์ธ ๊ฒฝ์ฐ. ๋นจ๊ฐ์ ๋๊ทธ๋ผ๋ฏธ ์น ๋ฒํผ์ ํด๋ฆญํฉ๋
macOS ์ฌ์ฉ์์ธ ๊ฒฝ์ฐ. ๋นจ๊ฐ์ ๋๊ทธ๋ผ๋ฏธ ์น ๋ฒํผ์ ํด๋ฆญํฉ๋๋ค.
-[](https://www.python.org/)
+[](https://www.python.org/)
Python์ด ์ค์น๋์ด ์๋์ง ํ์ธํ๋ ค๋ฉด ์ฅ์น ํฐ๋ฏธ๋์ ๋ค์ ๋ช
๋ น์ ์์ฑํ์ญ์์ค.
@@ -127,7 +127,7 @@ Python์ด ์ค์น๋์ด ์๋์ง ํ์ธํ๋ ค๋ฉด ์ฅ์น ํฐ๋ฏธ๋์ ๋ค์ ๋ช
python --version
```
-
+
ํฐ๋ฏธ๋์์ ๋ณด์๋ค์ํผ ์ ๋ ํ์ฌ _Python 3.7.5_ ๋ฒ์ ์ ์ฌ์ฉํ๊ณ ์์ต๋๋ค. ๊ทํ์ Python ๋ฒ์ ์ ๋ด ๋ฒ์ ๊ณผ ๋ค๋ฅผ ์ ์์ง๋ง 3.6 ์ด์์ด์ด์ผ ํฉ๋๋ค. Python ๋ฒ์ ์ ๋ณผ ์ ์๋ค๋ฉด ์ํ ๊ฒ์
๋๋ค. ์ด์ ์ปดํจํฐ์ Python์ด ์ค์น๋์์ต๋๋ค. ๋ค์ ์น์
์ผ๋ก ๊ณ์ ์งํํ์ญ์์ค.
@@ -142,35 +142,35 @@ Python Shell์ ์ฌ์ฉ์์ Python ์ฝ๋๋ฅผ ๊ธฐ๋ค๋ฆฝ๋๋ค. ์ฝ๋๋ฅผ ์
๋ ฅ
python
```
-
+
Python ๋ํํ ์
ธ์ด ์ด๋ฆฌ๊ณ Python ์ฝ๋(Python ์คํฌ๋ฆฝํธ)๋ฅผ ์์ฑํ๊ธฐ๋ฅผ ๊ธฐ๋ค๋ฆฝ๋๋ค. ๊ธฐํธ >>> ์์ Python ์คํฌ๋ฆฝํธ๋ฅผ ์์ฑํ๊ณ Enter๋ฅผ ๋๋ฆ
๋๋ค.
Python ์คํฌ๋ฆฝํ
์
ธ์์ ์ฒซ ๋ฒ์งธ ์คํฌ๋ฆฝํธ๋ฅผ ์์ฑํด ๋ณด๊ฒ ์ต๋๋ค.
-
+
ํ๋ฅญํฉ๋๋ค. Python ๋ํํ ์
ธ์์ ์ฒซ ๋ฒ์งธ Python ์คํฌ๋ฆฝํธ๋ฅผ ์์ฑํ์ต๋๋ค. Python ๋ํํ ์
ธ์ ์ด๋ป๊ฒ ๋ซ์ต๋๊น?
์
ธ์ ๋ซ์ผ๋ ค๋ฉด ๊ธฐํธ ์์ >> **exit()** ๋ช
๋ น์ ์์ฑํ๊ณ Enter ํค๋ฅผ ๋๋ฆ
๋๋ค.
-
+
์ด์ Python ๋ํํ ์
ธ์ ์ฌ๋ ๋ฐฉ๋ฒ๊ณผ ์ข
๋ฃํ๋ ๋ฐฉ๋ฒ์ ์์์ต๋๋ค.
Python์ Python์ด ์ดํดํ๋ ์คํฌ๋ฆฝํธ๋ฅผ ์์ฑํ๋ฉด ๊ฒฐ๊ณผ๋ฅผ ์ ๊ณตํ๊ณ ๊ทธ๋ ์ง ์์ผ๋ฉด ์ค๋ฅ๋ฅผ ๋ฐํํฉ๋๋ค. ๊ณ ์์ ์ธ ์ค์๋ฅผ ํ๊ณ Python์ด ๋ฌด์์ ๋ฐํํ๋์ง ๋ด
์๋ค.
-
+
๋ฐํ๋ ์ค๋ฅ์์ ๋ณผ ์ ์๋ฏ์ด Python์ ์ฐ๋ฆฌ๊ฐ ์ ์ง๋ฅธ ์ค์์ _Syntax Error: invalid syntax_๋ฅผ ์๊ณ ์์ ์ ๋๋ก ์๋ฆฌํฉ๋๋ค. Python์์ x๋ฅผ ๊ณฑ์
์ผ๋ก ์ฌ์ฉํ๋ ๊ฒ์ (x)๊ฐ Python์์ ์ ํจํ ๊ตฌ๋ฌธ์ด ์๋๊ธฐ ๋๋ฌธ์ ๊ตฌ๋ฌธ ์ค๋ฅ์
๋๋ค. (**x**) ๋์ ๊ณฑ์
์ ๋ณํ(*)๋ฅผ ์ฌ์ฉํฉ๋๋ค. ๋ฐํ๋ ์ค๋ฅ๋ ์์ ํด์ผ ํ ์ฌํญ์ ๋ช
ํํ๊ฒ ๋ณด์ฌ์ค๋๋ค.
ํ๋ก๊ทธ๋จ์์ ์ค๋ฅ๋ฅผ ์๋ณํ๊ณ ์ ๊ฑฐํ๋ ํ๋ก์ธ์ค๋ฅผ *๋๋ฒ๊น
*์ด๋ผ๊ณ ํฉ๋๋ค. **x** ๋์ *๋ฅผ ๋ฃ์ด ๋๋ฒ๊น
ํด ๋ด
์๋ค.
-
+
๋ฒ๊ทธ๊ฐ ์์ ๋์๊ณ ์ฝ๋๊ฐ ์คํ๋์์ผ๋ฉฐ ์์ํ๋ ๊ฒฐ๊ณผ๋ฅผ ์ป์์ต๋๋ค. ํ๋ก๊ทธ๋๋จธ๋ก์ ๋งค์ผ ์ด๋ฌํ ์ข
๋ฅ์ ์ค๋ฅ๋ฅผ ๋ณด๊ฒ ๋ ๊ฒ์
๋๋ค. ๋๋ฒ๊น
๋ฐฉ๋ฒ์ ์๋ ๊ฒ์ด ์ข์ต๋๋ค. ๋๋ฒ๊น
์ ์ํ๋ ค๋ฉด ์ด๋ค ์ข
๋ฅ์ ์ค๋ฅ๊ฐ ๋ฐ์ํ๋์ง ์ดํดํด์ผ ํฉ๋๋ค. ๋ฐ์ํ ์ ์๋ Python ์ค๋ฅ ์ค ์ผ๋ถ๋ *SyntaxError*, *IndexError*, *NameError*, *ModuleNotFoundError*, *KeyError*, *ImportError*, *AttributeError*, *TypeError*, *ValueError*, *ZeroDivisionError* ๋ฑ์
๋๋ค. ์ดํ ์น์
์์ ๋ค๋ฅธ Python **_์ค๋ฅ ์ ํ_**์ ๋ํด ์์ธํ ์์๋ณผ ๊ฒ์
๋๋ค.
Python ๋ํํ ์
ธ์ ์ฌ์ฉํ๋ ๋ฐฉ๋ฒ์ ๋ ์ฐ์ตํด ๋ณด๊ฒ ์ต๋๋ค. ํฐ๋ฏธ๋์ด๋ ๋ช
๋ น ํ๋กฌํํธ๋ก ์ด๋ํ์ฌ **python**์ด๋ผ๋ ๋จ์ด๋ฅผ ์๋๋ค.
-
+
Python ๋ํํ ์
ธ์ด ์ด๋ฆฝ๋๋ค. ๋ช ๊ฐ์ง ๊ธฐ๋ณธ์ ์ธ ์ํ ์ฐ์ฐ(๋ํ๊ธฐ, ๋นผ๊ธฐ, ๊ณฑํ๊ธฐ, ๋๋๊ธฐ, ๋๋จธ์ง, ์ง์)์ ์ํํด ๋ณด๊ฒ ์ต๋๋ค.
@@ -197,17 +197,17 @@ _comment_๋ Python์ ์ํด ์คํ๋์ง ์๋ ์ฝ๋์ ์ผ๋ถ์
๋๋ค. ๋ฐ
# (#) ์ฌ๋ณผ๋ก ์์ํ๊ธฐ ๋๋ฌธ์ ์ด๊ฒ์ ํ์ด์ฌ ์ฃผ์์
๋๋ค.
```
-
+
๋ค์ ์น์
์ผ๋ก ์ด๋ํ๊ธฐ ์ ์ Python ๋ํํ ์
ธ์์ ๋ ๋ง์ ์ฐ์ต์ ํด ๋ณด๊ฒ ์ต๋๋ค. ์
ธ์์ _exit()_๋ฅผ ์์ฑํ์ฌ ์ด๋ฆฐ ์
ธ์ ๋ซ์๋ค๊ฐ ๋ค์ ์ด์ด Python ์
ธ์์ ํ
์คํธ๋ฅผ ์ฐ๋ ๋ฐฉ๋ฒ์ ์ฐ์ตํด ๋ด
์๋ค.
-
+
### Visual Studio Code ์ค์น
Python ๋ํํ ์
ธ์ ์์ ์คํฌ๋ฆฝํธ ์ฝ๋๋ฅผ ์๋ํ๊ณ ํ
์คํธํ๋ ๋ฐ ์ ํฉํ์ง๋ง ํฐ ํ๋ก์ ํธ์๋ ์ ํฉํ์ง ์์ต๋๋ค. ์ค์ ์์
ํ๊ฒฝ์์ ๊ฐ๋ฐ์๋ ๋ค์ํ ์ฝ๋ ํธ์ง๊ธฐ๋ฅผ ์ฌ์ฉํ์ฌ ์ฝ๋๋ฅผ ์์ฑํฉ๋๋ค. ์ด 30์ผ๊ฐ์ Python ํ๋ก๊ทธ๋๋ฐ ์ฑ๋ฆฐ์ง์์๋ Visual Studio ์ฝ๋๋ฅผ ์ฌ์ฉํฉ๋๋ค. Visual Studio Code๋ ๋งค์ฐ ์ธ๊ธฐ ์๋ ์คํ ์์ค ํ
์คํธ ํธ์ง๊ธฐ์
๋๋ค. ๋๋ vscode์ ํฌ์ด๊ณ Visual Studio ์ฝ๋๋ฅผ [๋ค์ด๋ก๋](https://code.visualstudio.com/)ํ๋ ๊ฒ์ ์ถ์ฒํ๊ณ ์ถ์ง๋ง, ๋ค๋ฅธ ํธ์ง์๋ฅผ ์ ํธํ๋ค๋ฉด ๊ฐ์ง๊ณ ์๋ ๊ฒ์ ์์ ๋กญ๊ฒ ๋ฐ๋ฅด์ญ์์ค.
-[](https://code.visualstudio.com/)
+[](https://code.visualstudio.com/)
Visual Studio Code๋ฅผ ์ค์นํ์
จ๋ค๋ฉด ์ด๋ป๊ฒ ์ฌ์ฉํ๋์ง ์์๋ณด๊ฒ ์ต๋๋ค.
๋น๋์ค๋ฅผ ์ ํธํ๋ ๊ฒฝ์ฐ Python์ฉ Visual Studio Code[๋น๋์ค ์์ต์](https://www.youtube.com/watch?v=bn7Cx4z-vSo)๋ฅผ ๋ฐ๋ฅผ ์ ์์ต๋๋ค.
@@ -216,21 +216,21 @@ Visual Studio Code๋ฅผ ์ค์นํ์
จ๋ค๋ฉด ์ด๋ป๊ฒ ์ฌ์ฉํ๋์ง ์์๋ณด๊ฒ
Visual Studio ์์ด์ฝ์ ๋ ๋ฒ ํด๋ฆญํ์ฌ Visual Studio ์ฝ๋๋ฅผ ์ฝ๋๋ค. ์ด๋ฉด ์ด๋ฐ ์ข
๋ฅ์ ์ธํฐํ์ด์ค๊ฐ ๋ํ๋ฉ๋๋ค. ๋ ์ด๋ธ์ด ์ง์ ๋ ์์ด์ฝ์ ๋ฐ๋ผํด๋ณด์ธ์.
-
+
๋ฐํ ํ๋ฉด์ 30DaysOfPython์ด๋ผ๋ ํด๋๋ฅผ ๋ง๋ญ๋๋ค. ๊ทธ๋ฐ ๋ค์ Visual Studio ์ฝ๋๋ฅผ ์ฌ์ฉํ์ฌ ์ฝ์๋ค.
-
+
-
+
ํ์ผ์ ์ด๋ฉด 30DaysOfPython ํ๋ก์ ํธ์ ๋๋ ํ ๋ฆฌ ๋ด๋ถ์ ํ์ผ๊ณผ ํด๋๋ฅผ ์์ฑํ๊ธฐ ์ํ ๋ฐ๋ก ๊ฐ๊ธฐ๊ฐ ํ์๋ฉ๋๋ค. ์๋์์ ๋ณผ ์ ์๋ฏ์ด ์ฒซ ๋ฒ์งธ ํ์ผ์ธ helloworld.py๋ฅผ ๋ง๋ค์์ต๋๋ค. ๋น์ ๋ ๋๊ฐ์ด ํ ์ ์์ต๋๋ค.
-
+
ํ๋ฃจ๋์ ์ค๋ ์ฝ๋ฉ์ ํ ํ์ ์ฝ๋ ํธ์ง๊ธฐ๋ฅผ ๋ซ๊ณ ์ถ์ต๋๊น? ์ด๋ ๊ฒ ์ด๋ฆฐ ํ๋ก์ ํธ๋ฅผ ๋ซ์ผ๋ฉด ๋ฉ๋๋ค.
-
+
์ถํํฉ๋๋ค. ๊ฐ๋ฐ ํ๊ฒฝ ์ค์ ์ ์๋ฃํ์ต๋๋ค. ์ฝ๋ฉ์ ์์ํด ๋ด
์๋ค.
@@ -244,7 +244,7 @@ Python ์คํฌ๋ฆฝํธ๋ Python ๋ํํ ์
ธ ๋๋ ์ฝ๋ ํธ์ง๊ธฐ์์ ์์ฑ
๋ค์ฌ์ฐ๊ธฐ๋ ํ
์คํธ์ ๊ณต๋ฐฑ์
๋๋ค. ๋ง์ ์ธ์ด์์ ๋ค์ฌ์ฐ๊ธฐ๋ ์ฝ๋ ๊ฐ๋
์ฑ์ ๋์ด๋ ๋ฐ ์ฌ์ฉ๋์ง๋ง Python์ ๋ค์ฌ์ฐ๊ธฐ๋ฅผ ์ฌ์ฉํ์ฌ ์ฝ๋ ๋ธ๋ก์ ๋ง๋ญ๋๋ค. ๋ค๋ฅธ ํ๋ก๊ทธ๋๋ฐ ์ธ์ด์์๋ ์ค๊ดํธ๋ฅผ ์ฌ์ฉํ์ฌ ๋ค์ฌ์ฐ๊ธฐ ๋์ ์ฝ๋ ๋ธ๋ก์ ๋ง๋ญ๋๋ค. Python ์ฝ๋๋ฅผ ์์ฑํ ๋ ํํ ๋ฐ์ํ๋ ๋ฒ๊ทธ ์ค ํ๋๋ ์๋ชป๋ ๋ค์ฌ์ฐ๊ธฐ์
๋๋ค.
-
+
### ์ฃผ์
@@ -372,7 +372,7 @@ Python ์ฌ์ ๊ฐ์ฒด๋ ํค ๊ฐ ์ ํ์์ ์ ๋ ฌ๋์ง ์์ ๋ฐ์ดํฐ ๋ชจ
ํน์ ๋ฐ์ดํฐ/๋ณ์์ ๋ฐ์ดํฐ ์ ํ์ ํ์ธํ๊ธฐ ์ํด **type** ๊ธฐ๋ฅ์ ์ฌ์ฉํฉ๋๋ค. ๋ค์ ํฐ๋ฏธ๋์์ ๋ค์ํ Python ๋ฐ์ดํฐ ์ ํ์ ๋ณผ ์ ์์ต๋๋ค:
-
+
### Python ํ์ผ
@@ -408,7 +408,7 @@ print(type((9.8, 3.14, 2.7))) # Tuple
Python ํ์ผ์ ์คํํ๋ ค๋ฉด ์๋ ์ด๋ฏธ์ง๋ฅผ ํ์ธํ์ธ์. Visual Studio Code์์ ๋
น์ ๋ฒํผ์ ์คํํ๊ฑฐ๋ ํฐ๋ฏธ๋์ *python helloworld.py*๋ฅผ ์
๋ ฅํ์ฌ Python ํ์ผ์ ์คํํ ์ ์์ต๋๋ค.
-
+
๐ ์ข์ต๋๋ค. ๋น์ ์ ๋ฐฉ๊ธ 1์ผ์ฐจ ๋์ ์ ์๋ฃํ๊ณ ๋น์ ์ ์๋ํ ์ฌ์ ์ ์์ต๋๋ค. ์ด์ ๋์ ๊ทผ์ก์ ์ํ ๋ช ๊ฐ์ง ํ๋ จ์ ํด๋ด
์๋ค.
@@ -451,4 +451,4 @@ Python ํ์ผ์ ์คํํ๋ ค๋ฉด ์๋ ์ด๋ฏธ์ง๋ฅผ ํ์ธํ์ธ์. Visual Stu
๐ ์ถํํฉ๋๋ค ! ๐
-[Day 2 >>](./02_Day_Variables_builtin_functions/02_variables_builtin_functions.md)
\ No newline at end of file
+[Day 2 >>](../02_Day_Variables_builtin_functions/02_variables_builtin_functions.md)
\ No newline at end of file