Równanie Kwadratowe - Python, usunięcie pustych linii

This commit is contained in:
2024-11-18 00:03:19 +01:00
parent bc6f0bbfad
commit 101bd350f6
@@ -18,9 +18,3 @@ else:
else: else:
x=b/(2*a) x=b/(2*a)
print('Jeden pierwiastek\n',x); print('Jeden pierwiastek\n',x);