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)