Write a function lowfreq(w) that receives a nonempty word made up of lowercase letters and returns all the letters from the word that attain the lowest frequency in it. They should be provided as a single string, and ordered by their standard alphabetical order.
About statements
The official statement of a problem is always the one
in the PDF document. The HTML version of the statement
is also given to help you, but may contain some content
that is not well displayed. In case of doubt, always use the PDF.