Euclidische afstand in het vlak

Sign in to test your solution.
# Programmeer hieronder je functie # Alle coördinaten vragen xA = float( input( "Geef de x-coördinaat van punt A in: " ) ) yA = float( input( "Geef de y-coördinaat van punt A in: " ) ) xB = float( input( "Geef de x-coördinaat van punt B in: " ) ) yB = float( input( "Geef de y-coördinaat van punt B in: " ) ) xC = float( input( "Geef de x-coördinaat van punt C in: " ) ) yC = float( input( "Geef de y-coördinaat van punt C in: " ) ) # Bepaal hieronder welke soort driehoek het is
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.

  Python sandbox

This window allows you to run Python code without installing a thing. The code you write here is not automatically submitted to Dodona. This feature is still in full development, so we're happy to hear about your suggestions and issues using the contact form.