From ae5dbdb0c445d84afe4e09cfa8d2094898554ab1 Mon Sep 17 00:00:00 2001 From: Sanket Saurav Date: Tue, 13 Feb 2024 10:30:55 -0800 Subject: [PATCH] Update calculator.py Signed-off-by: Sanket Saurav --- python/calculator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/calculator.py b/python/calculator.py index ce08384d..97e204da 100644 --- a/python/calculator.py +++ b/python/calculator.py @@ -1,5 +1,6 @@ """Simple calculator app""" +import os def main(): while True: