reperage.py

Created by cent20

Created on September 15, 2021

425 Bytes

TDG 02 - Ce script sera exploité et modifié en début en début d’année. 👩‍💻
URL rapide vers cette page : 2go.ovh/reperagepy


from math import *

# fonction à modifier en TDG
def milieu(x_A, y_A, x_B, y_B):
    # On calcule l'abscisse de milieu du segment
    x_M = ( x_A + x_B ) / 2
    # On calcule l'ordonnée de milieu du segment
    y_M = ( 000 + 000 ) / 2
    # On retourne les coordonnées du milieu de ce segment
    return x_M, y_M
    
# fonction à modifier en TDG
def distance(x_A, y_A, x_B, y_B):
    d = 000
    return d

During your visit to our site, NumWorks needs to install "cookies" or use other technologies to collect data about you in order to:

With the exception of Cookies essential to the operation of the site, NumWorks leaves you the choice: you can accept Cookies for audience measurement by clicking on the "Accept and continue" button, or refuse these Cookies by clicking on the "Continue without accepting" button or by continuing your browsing. You can update your choice at any time by clicking on the link "Manage my cookies" at the bottom of the page. For more information, please consult our cookies policy.