From 0686a38ed15aca976ca5a3059c58ee8c3b95d809 Mon Sep 17 00:00:00 2001 From: Adarsh Addee <59617563+AdarshAddee@users.noreply.github.com> Date: Sat, 1 Oct 2022 10:15:28 +0530 Subject: [PATCH] Update Calculator without operators.py --- Python/Calculator without operators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/Calculator without operators.py b/Python/Calculator without operators.py index 58c9ac80..c8377464 100644 --- a/Python/Calculator without operators.py +++ b/Python/Calculator without operators.py @@ -1,4 +1,4 @@ -# AdarshCode +# AdrshCode print(eval(input()))