Created
August 20, 2020 08:00
-
-
Save Svastikkka/eb6bc80e5af7a4f7c32aeabe67802a59 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import math | |
x1=int(input()) | |
y1=int(input()) | |
x2=int(input()) | |
y2=int(input()) | |
print(math.sqrt((x2-x1)**2+(y2-y1)**2)) |
Author
Svastikkka
commented
Aug 20, 2020
- Distance
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment