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

This commit is contained in:
Mateusz Słodkowicz 2024-11-18 00:03:19 +01:00
parent bc6f0bbfad
commit 101bd350f6
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 1 additions and 7 deletions

View File

@ -17,10 +17,4 @@ else:
print('Dwa pierwiastki\n', x1,'\n', x2) print('Dwa pierwiastki\n', x1,'\n', x2)
else: else:
x=b/(2*a) x=b/(2*a)
print('Jeden pierwiastek\n',x); print('Jeden pierwiastek\n',x);