####### CONTEXTE ########### # python -X dev # from threading import Thread # thread = Thread() # thread.isAlive() # name == main # from mauvais_module import fonction_utile1 # from bon_module import fonction_utile2 # Linter # from jinja import test # def fonction_longue(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z): # pass # Formater # fruits = {'banane': "jaune", "pomme": "vert", "abricot": "orange", "tomate": "rouge"} # Commentaires # def docstring(arg1, arg2): # """De l'utilité des docstrings # Args: # arg1 (int): un entier # arg2 (str): un mot # Returns: # tuple: un mélange des deux # """ # return arg3