Question d’entretien chez Incedo

python program to find false string of {}sfr56{{{}}}}

Réponse à la question d'entretien

Utilisateur anonyme

24 août 2020

>>> str = "{}sfr56{{{}}}}" >>> str.isidentifier() False >>> str1 = "hello" >>> str1.isidentifier()