Last update: replace int to useful eval

This commit is contained in:
Kirill Samoylenkov 2025-09-18 15:00:43 +05:00
parent c0f86e2e2f
commit 095f37551e

View file

@ -132,7 +132,7 @@
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
"print(\"Result: \", get_digit(int(input())))" "print(\"Result: \", get_digit(eval(input())))"
] ]
}, },
{ {