mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
pep8 fixes
This commit is contained in:
@@ -8,7 +8,7 @@ def fourthAngleOfQuadriFunc(maxAngle=180):
|
||||
|
||||
sum_ = angle1 + angle2 + angle3
|
||||
angle4 = 360 - sum_
|
||||
|
||||
|
||||
problem = f"Fourth angle of quadrilateral with angles {angle1} , {angle2}, {angle3} ="
|
||||
solution = angle4
|
||||
return problem, solution
|
||||
|
||||
Reference in New Issue
Block a user