AnalogRead+mapping ans decimal.

Try:

PH = map(analogRead(A0),0,1023,20,140);
Serial.print(PH / 10);
Serial.print(",");
Serial.println(PH % 10);