• [^] # Re: permutations

    Posté par . En réponse au message problème sur Codecademy réaffecter deux valeurs. Évalué à 1.

    Pour de la programmation en python, on peut rappeler le Zen of python :

    >>> import this
    Beautiful is better than ugly.
    Explicit is better than implicit.
    Simple is better than complex.
    [..]
    Readability counts.
    [...]
    There should be one-- and preferably only one --obvious way to do it.
    [...]
    If the implementation is hard to explain, it's a bad idea.
    If the implementation is easy to explain, it may be a good idea.