partie3_ex76.py

Created by cahier-algo-2de-indice2019

Created on December 03, 2018

168 Bytes


def appartientCf(x,y):
    if y==2*x**3-3*x+1:
        return("Le point appartient a Cf")
    else:
        return("Le point n'appartient pas a Cf")