partie2_ex55_2.py

Created by cahier-algo-2de-indice2019

Created on March 08, 2019

83 Bytes


def test2(x):
    return((x>=1 and x<=9) or (x>=14 and x<20))