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

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
+10
View File
@@ -0,0 +1,10 @@
{
"name": "John Doe",
"age": 30,
"isStudent": false,
"hobbies": ["reading", "coding"]
"address": {
"city": "Seoul",
"zipcode": "12345"
}
}