코랩 기초 및 파이썬 기초 수정

This commit is contained in:
Mingu Kim
2026-05-26 22:31:40 +09:00
parent a1cb6fcdf9
commit ba88ef63f1
23 changed files with 4707 additions and 77 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
View File
@@ -0,0 +1 @@
{"nbformat":4,"nbformat_minor":0,"metadata":{"colab":{"name":"Untitled","authorship_tag":"ABX9TyOw7VNSeqhRP+eOellpIRQg"},"kernelspec":{"name":"python3","display_name":"Python 3"},"language_info":{"name":"python"}},"cells":[{"cell_type":"code","execution_count":0,"metadata":{},"outputs":[],"source":[""]}]}
+1
View File
@@ -0,0 +1 @@
{"nbformat":4,"nbformat_minor":0,"metadata":{"colab":{"provenance":[],"authorship_tag":"ABX9TyMa7ybUWuUj1+ud5HMXowhK"},"kernelspec":{"name":"python3","display_name":"Python 3"},"language_info":{"name":"python"}},"cells":[{"cell_type":"code","execution_count":1,"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"id":"oKfpiooC3aQx","executionInfo":{"status":"ok","timestamp":1778557421821,"user_tz":-540,"elapsed":10,"user":{"displayName":"쿠니","userId":"18312388301484735023"}},"outputId":"778aef8d-2a09-4c71-b3f0-75c961c340e4"},"outputs":[{"output_type":"stream","name":"stdout","text":["Hello\n"]}],"source":["print(\"Hello\")"]}]}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

+4
View File
@@ -0,0 +1,4 @@
name,age,job
John,25,student
Nate,30,teacher
Jenny,30,developer
1 name age job
2 John 25 student
3 Nate 30 teacher
4 Jenny 30 developer
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 498 KiB

BIN
View File
Binary file not shown.
File diff suppressed because one or more lines are too long