Question: python language points Save Ans Write a python program to read in a temperature value either in C for Celsius or F for Fahrenheit. Then

python language
points Save Ans Write a python program to read in a temperature value either in C for Celsius or F for Fahrenheit. Then print out the result - At the given temperature, whether the water is in Liquid phase, solid phase or gaseous phase. (Hint: your input need to get one number and one letter, for example 102, C or 212 ,F) (Hint: if the input is in C, then use Higher than 100 degree will be gaseous phase, lower or equal to 100 is liquide phase, lower than 0 degree will be Solid phase). (Hint: if the input is in F, then use Higher than 212 degree will be gaseous phase, lower or equal to 212 is liquide phase, lower than 32 degree will be Solid phase). Write your code in Answer area
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
