prenom = "Alexandre" nom = "Lecouturier" print(prenom, nom, "a pour identifiant ",prenom[0:3].lower() + "." + nom.lower())