ch06_ex121_prof.py

Created by manuel-2de-indice2019

Created on October 14, 2019

102 Bytes


def sol_syst(m,p):
    c1=2*m+7*p
    c2=-5*m-9*p
    return(c1==28 and c2==15)