partie4_ex89_1.py

Created by cahier-indice-algo-1techno

Created on April 22, 2022

85 Bytes


def ortho(a, b, c, d):
    p = a * c + b * d
    return p == 0