:salut:

Ma solution :


def somme_des(n: int = 6) -> dict:
dico = {}
for x in range(2, 2 * n + 1, 1):
dico[x] = []