From 8829c71db1aeec62ff1cd7f795620379a9fe8a86 Mon Sep 17 00:00:00 2001 From: A1bhinavSingh <64210967+A1bhinavSingh@users.noreply.github.com> Date: Thu, 1 Oct 2020 17:01:03 +0530 Subject: [PATCH] Update mathp_check.py --- mathp_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mathp_check.py b/mathp_check.py index 933ada2..cf9c3d0 100755 --- a/mathp_check.py +++ b/mathp_check.py @@ -1,7 +1,7 @@ import mathp_eval as mp import random -operators = ['*','/', '-', '+'] +operators = ['*','/', '-', '+','//','**','%'] def genString(): string = str(random.randint(1,10)) size = random.randint(1,10)