diff --git a/README.md b/README.md
index 7643a53..6777b5c 100644
--- a/README.md
+++ b/README.md
@@ -77,31 +77,7 @@ problem, solution = mathgen.genById(0)
| 43 | Cross Product of 2 Vectors | [-19, -3, 2] X [-15, -12, 7] = | [3, 103, 183] | vectorCross |
| 44 | Compare Fractions | Which symbol represents the comparison between 8/6 and 3/1? | < | compareFractions |
| 45 | Simple Interest | Simple interest for a principle amount of 9862 dollars, 4% rate of interest and for a time period of 1 years is = | 394.48 | simpleInterest |
-| 46 | Multiplication of two matrices | Multiply
- -50 36 7 -26 -2 63
- 88 -37 60 -19 61 -56
- 48 -5 69 -87 -64 -92
- -84 -50 -79 -19 86 -13
- 0 28 12 -14 73 -49
- 94 -90 2 26 -38 19
- 2 -11 79 -77 98 -77
- -87 70 72 -32 64 -99
-
- and
-
- 34 32 -6 -32 46 -23 78 -81 -18
- -17 24 49 -62 -50 77 38 -98 -64
- -23 -78 43 5 -83 -5 4 -92 -16
- 46 -47 -92 52 -25 -37 44 51 -7
- 20 26 70 37 96 -73 49 84 42
- -72 -15 -80 -24 58 -47 -41 45 -69 | -8245 -1057 -423 -3535 -569 2034 -6329 1219 -5765
- 6619 567 10737 2391 4001 -6291 10147 -7387 6383
- 1472 -161 13318 -5565 -12574 10381 638 -23699 2621
- 1593 5598 3465 7899 13170 -6487 -4857 24642 10618
- 3592 3027 12206 1473 2120 -412 6082 -635 4561
- 3748 -1803 -11460 2072 5462 -8183 2423 11 947
- 2400 960 22950 2483 952 -1974 4625 -5512 9372
- 1132 -2067 22392 1884 -12276 8196 1949 -7148 5677 | matrixMultiplication |
+| 46 | Multiplication of two matrices | Multiply
| -50 | 36 | 7 | -26 | -2 | 63 |
| 88 | -37 | 60 | -19 | 61 | -56 |
| 48 | -5 | 69 | -87 | -64 | -92 |
| -84 | -50 | -79 | -19 | 86 | -13 |
| 0 | 28 | 12 | -14 | 73 | -49 |
| 94 | -90 | 2 | 26 | -38 | 19 |
| 2 | -11 | 79 | -77 | 98 | -77 |
| -87 | 70 | 72 | -32 | 64 | -99 |
and | 34 | 32 | -6 | -32 | 46 | -23 | 78 | -81 | -18 |
| -17 | 24 | 49 | -62 | -50 | 77 | 38 | -98 | -64 |
| -23 | -78 | 43 | 5 | -83 | -5 | 4 | -92 | -16 |
| 46 | -47 | -92 | 52 | -25 | -37 | 44 | 51 | -7 |
| 20 | 26 | 70 | 37 | 96 | -73 | 49 | 84 | 42 |
| -72 | -15 | -80 | -24 | 58 | -47 | -41 | 45 | -69 |
| | -8245 | -1057 | -423 | -3535 | -569 | 2034 | -6329 | 1219 | -5765 |
| 6619 | 567 | 10737 | 2391 | 4001 | -6291 | 10147 | -7387 | 6383 |
| 1472 | -161 | 13318 | -5565 | -12574 | 10381 | 638 | -23699 | 2621 |
| 1593 | 5598 | 3465 | 7899 | 13170 | -6487 | -4857 | 24642 | 10618 |
| 3592 | 3027 | 12206 | 1473 | 2120 | -412 | 6082 | -635 | 4561 |
| 3748 | -1803 | -11460 | 2072 | 5462 | -8183 | 2423 | 11 | 947 |
| 2400 | 960 | 22950 | 2483 | 952 | -1974 | 4625 | -5512 | 9372 |
| 1132 | -2067 | 22392 | 1884 | -12276 | 8196 | 1949 | -7148 | 5677 |
| matrixMultiplication |
| 47 | Cube Root | cuberoot of 771 upto 2 decimal places is: | 9.17 | CubeRoot |
| 48 | Power Rule Integration | 1x^3 + 8x^8 + 10x^10 | (1/3)x^4 + (8/8)x^9 + (10/10)x^11 + c | powerRuleIntegration |
| 49 | Fourth Angle of Quadrilateral | Fourth angle of quadrilateral with angles 52 , 84, 154 = | 70 | fourthAngleOfQuadrilateral |
@@ -116,4 +92,4 @@ problem, solution = mathgen.genById(0)
| 58 | Sum of Angles of Polygon | Sum of angles of polygon with 5 sides = | 540 | sumOfAnglesOfPolygon |
| 59 | Mean,Standard Deviation,Variance | Find the mean,standard deviation and variance for the data[38, 29, 43, 25, 7, 10, 13, 14, 43, 44, 30, 42, 48, 48, 42] | The Mean is 31.733333333333334 , Standard Deviation is 199.26222222222222, Variance is 14.116027140177303 | dataSummary |
| 59 | Surface Area of Sphere | Surface area of Sphere with radius = 13m is | 2123.7166338267 m^2 | surfaceAreaSphereGen |
-| 60 | Volume of Sphere | Volume of sphere with radius 84 m = | 2482712.7095377133 m^3 | volumeSphere |
+| 60 | Volume of Sphere | Volume of sphere with radius 84 m = | 2482712.7095377133 m^3 | volumeSphere |
\ No newline at end of file
diff --git a/mathgenerator/mathgen.py b/mathgenerator/mathgen.py
index a3beac6..0e813a6 100644
--- a/mathgenerator/mathgen.py
+++ b/mathgenerator/mathgen.py
@@ -5,7 +5,6 @@ from .funcs import *
genList = []
-
# || Generator class
class Generator:
def __init__(self, title, id, generalProb, generalSol, func):