mirror of
https://github.com/nbrooks211/zommath2
synced 2024-12-23 13:14:38 -05:00
commit
1fb8a43021
1 changed files with 0 additions and 1 deletions
|
@ -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}")
|
||||
|
|
Loading…
Reference in a new issue