Comment supprimer la concaténation de chaîne explicite
"".join(["abc", "def"]) == "abcdef"
Outstanding Ostrich
"".join(["abc", "def"]) == "abcdef"