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 +}