From d7927dcc6f4fc9762777a3934a7dc145b6f0b1a6 Mon Sep 17 00:00:00 2001 From: Jaeyeon Kim Date: Sun, 29 Mar 2026 19:54:46 +0900 Subject: [PATCH] Fix syntax error in print statement --- ..._\354\213\244\354\212\265(\354\233\220\353\263\270).ipynb" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/\355\214\214\354\235\264\354\215\254\355\224\204\353\241\234\352\267\270\353\236\230\353\260\215\352\270\260\354\264\210_3\352\260\225_\354\213\244\354\212\265(\354\233\220\353\263\270).ipynb" "b/\355\214\214\354\235\264\354\215\254\355\224\204\353\241\234\352\267\270\353\236\230\353\260\215\352\270\260\354\264\210_3\352\260\225_\354\213\244\354\212\265(\354\233\220\353\263\270).ipynb" index 770efc7..729d87f 100644 --- "a/\355\214\214\354\235\264\354\215\254\355\224\204\353\241\234\352\267\270\353\236\230\353\260\215\352\270\260\354\264\210_3\352\260\225_\354\213\244\354\212\265(\354\233\220\353\263\270).ipynb" +++ "b/\355\214\214\354\235\264\354\215\254\355\224\204\353\241\234\352\267\270\353\236\230\353\260\215\352\270\260\354\264\210_3\352\260\225_\354\213\244\354\212\265(\354\233\220\353\263\270).ipynb" @@ -133,7 +133,7 @@ { "cell_type": "code", "source": [ - "print((4.5 * 2 + 4.0 * 3) / (130 – 66))" + "print((4.5 * 2 + 4.0 * 3) / (130 - 66))" ], "metadata": { "id": "cjUeaCZL8R-R" @@ -142,4 +142,4 @@ "outputs": [] } ] -} \ No newline at end of file +}