From a88aa384ac12336862fa67820727d5d83be73436 Mon Sep 17 00:00:00 2001 From: pwkev4itb <2715593964@qq.com> Date: Tue, 7 Sep 2021 08:20:00 +0800 Subject: [PATCH] Update index.py --- index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.py b/index.py index 6accfc0..266e108 100644 --- a/index.py +++ b/index.py @@ -21,7 +21,7 @@ def begin(): 'formula':formula, 'result':result } - # print(data) + print(data) return data if __name__ == "__main__":