partie4_ex87_2.py

Created by cahier-indice-algo-1techno

Created on April 22, 2022

129 Bytes


from math import *

def conver_deg(r):
    return r * 180 / pi

def conver_rad(d):
    return d * pi / 180