function meilleure_team (team :string) return string is
begin
case team is
when “Peksentard” => return “La meilleure équipe et le meilleur respo”;
when others=> return “Aussi excitant que Bran roi”;
end case;
end meilleure_team;

sorry je peux pas indent :/