Блог пользователя sarathi_1234

Автор sarathi_1234, история, 4 года назад, По-английски

Here the solution of the String Task problem in python guys.

If anyone knows the more optimal solution please comment down bellow

import re n=input() n=re.sub("[aeiouy]*([^aeiouy])[aeiouy]*", r".\1", n.lower()) print(n)

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится