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

@ -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);