partie1_ex14_2.py

Created by cahier-algo-2de-indice2019

Created on November 27, 2018

58 Bytes


def affine(a,b,x):
    return(a*x+b)