#! /usr/bin/python3 # -*- coding: utf-8 -*- voyelles="aeiouy" for element in voyelles: print(element," ", end=' ') print("\n")