Обновить app/labs/labTest.py
This commit is contained in:
		
							parent
							
								
									abf38bce43
								
							
						
					
					
						commit
						5ba9131a15
					
				@ -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:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user