1
0
Fork 0
mirror of https://github.com/nbrooks211/zommath2 synced 2024-12-23 13:14:38 -05:00

Merge pull request #1 from QTechIndustries/master

Why
This commit is contained in:
nbrooks211 2020-01-20 13:34:54 -05:00 committed by GitHub
commit 1fb8a43021
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,6 @@ class Quadratic:
if __name__ == "__main__":
q = Quadratic(1, 2, -3)
print(f"-2 ± √({q.deter()})")
print(2*1)
for a in range(1, 10):
q.set_nums(a, 2, -3)
print(f"Solving: {q}")