From 095f37551ed4df7975335137838880e78fa24333 Mon Sep 17 00:00:00 2001 From: geekiot Date: Thu, 18 Sep 2025 15:00:43 +0500 Subject: [PATCH] Last update: replace int to useful eval --- src/natural_row.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/natural_row.ipynb b/src/natural_row.ipynb index 4281658..f10fe00 100644 --- a/src/natural_row.ipynb +++ b/src/natural_row.ipynb @@ -132,7 +132,7 @@ "metadata": {}, "outputs": [], "source": [ - "print(\"Result: \", get_digit(int(input())))" + "print(\"Result: \", get_digit(eval(input())))" ] }, {