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

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
+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\")"]}]}