ПОДРОБНЕЕ О ТРЕБУЕМОЙ ФУНКЦИИ:
Печатные буквы должны:
быть строчными;
быть в алфавитном порядке;
отображаться как одна строка. . Посмотрите пример, чтобы увидеть формат строки.
В результате должны быть только буквы, без пробелов, цифр и специальных символов.
I want the results (e, o, s and u) to be printed as a string.
I am instructed not to use the Return clause and use the print statement only once.
I also tried using the input clause to make the results a string.
Mr Barmer I was also instructed not to put the common letters in a list.
Подробнее здесь: https://stackoverflow.com/questions/781 ... -common-le