partie1_ex15.py

Created by cahier-indice-algo-1techno

Created on April 22, 2022

86 Bytes


def mot5(C):
    m = C[4] + C[3] + C[2] + C[1] + C[0]
    return m