lint fixes

This commit is contained in:
lukew3
2020-12-17 21:03:50 -05:00
parent e4fe60a4c9
commit 28e212f969
5 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ from .__init__ import *
def squareFunc(maxSquareNum=20, style='raw'):
a = random.randint(1, maxSquareNum)
b = a * a
if style == 'latex':
problem = "\\(" + str(a) + "^{2}=\\)"
solution = "\\(" + str(b) + "\\)"