Обновить app/labs/labTest.py
This commit is contained in:
parent
abf38bce43
commit
5ba9131a15
|
@ -4,7 +4,7 @@ import math
|
|||
class labTest:
|
||||
|
||||
def __init__(self):
|
||||
pass # Конструктор пока пустой, при необходимости можно добавить параметры
|
||||
pass
|
||||
|
||||
def calc_roots(self, a, b, c):
|
||||
if a == 0:
|
||||
|
|
Loading…
Reference in New Issue