partie1_ex16.py

Created by cahier-indice-algo-1gen

Created on April 22, 2022

77 Bytes


def cinema(x, y):
    p = 12.9 * x + 5.6 * y
    return p