partie1_ex11.py

Created by cahier-indice-algo-1techno

Created on April 22, 2022

78 Bytes


def inter(x):
    rep = (x >= 0 and x <= 1)
    return rep