PLEASE GIVE ME ANSWER SOON ILL GIVE BRILLIANT ANSWER
Write a Python program to get the input from the user and display the corresponding results. The value with bold style is inputted by the user.
Sample Output 1:
Please input the pH value: 2.5 It is a acid!
Sample Output 2:
Please input the pH value: 7.0 It is neutral!
Sample Output 3:
Please input the pH value: 12.1 It is alkaline!
Sample Output 4:
Please input the pH value: -1 The input is out of the range!
Sample Output 5:
Please input the pH value: 15 The input is out of the range!