partie4_ex92.py

Created by cahier-indice-algo-1techno

Created on April 22, 2022

89 Bytes


from math import *

def compl_mod(a, b):
    return sqrt(a**2 + b**2)