Bonjour,
xA = float(input("xA = "))
yA = float(input("yA = "))
xB = float(input("xB = "))
yB = float(input("yB = "))
print(xB - xA, yB - yA)
Bonne journée.
Copyright © 2024 ELIBRARY.TIPS - All rights reserved.
Lista de comentários
Bonjour,
xA = float(input("xA = "))
yA = float(input("yA = "))
xB = float(input("xB = "))
yB = float(input("yB = "))
print(xB - xA, yB - yA)
Bonne journée.