Обновить app/labs/labTest.py

This commit is contained in:
cheykrym 2024-11-28 11:50:55 +03:00
parent abf38bce43
commit 5ba9131a15
1 changed files with 59 additions and 59 deletions

View File

@ -4,7 +4,7 @@ import math
class labTest: class labTest:
def __init__(self): def __init__(self):
pass # Конструктор пока пустой, при необходимости можно добавить параметры pass
def calc_roots(self, a, b, c): def calc_roots(self, a, b, c):
if a == 0: if a == 0: