Jan-31-2019, 02:07 PM
How do you suggest I make it so that the two print statements are on the same line?
ph = float(input('Enter ph:'))
if ph < 7.0
print('It\'s acidic.')
if ph < 4.0
print('It\'s a strong acid.')Thanks
