diff --git a/.fixer/session.json b/.fixer/session.json new file mode 100644 index 0000000..86033fd --- /dev/null +++ b/.fixer/session.json @@ -0,0 +1,4 @@ +{ + "sessionId": "ses_43f6d4c1cffeiKOdEqBjHxdwLz", + "createdAt": "2026-01-15T07:33:18.447Z" +} \ No newline at end of file diff --git a/python/edits.py b/python/edits.py index 51b4b89..13f7c1b 100644 --- a/python/edits.py +++ b/python/edits.py @@ -17,8 +17,9 @@ d = (b2 ** 2) - (4 * a * c) # find two solutions -sol1 = (-b2 - cmath.sqrt(d)) / (2 * a) -sol2 = (-b2 + cmath.sqrt(d)) / (2 * a) +sol1 = (-b2-cmath.sqrt(d))/(2*a) +sol2 = (-b2+cmath.sqrt(d))/(2*a) +sol23 = (-b2+cmath.sqrt(d))/(2*a) print('The solution are {0} and {1}'.format(sol1, sol2)) diff --git a/typescript/nestjs/README.md b/typescript/nestjs/README.md index 73e0cb6..62c19ee 100644 --- a/typescript/nestjs/README.md +++ b/typescript/nestjs/README.md @@ -1,2 +1,4 @@ Grabbed from: https://github.com/nestjs/nest/tree/master/sample/01-cats-app + +some commit data