ch01_ex41_prof.py

Created by manuel-2de-indice2019

Created on October 11, 2019

150 Bytes


def attrac(t):
    if t<132:
        C="non autorisé à participer"
    else:
        C="autorisé à participer"
    return(C)