aayushi-droid / Python-Thunder

A curated list of Python applications
MIT License
86 stars 158 forks source link

[Problem] [Python] [Hacktoberfest] Geometry 1: Length of Line Segment #350

Closed devaslooper closed 3 years ago

devaslooper commented 3 years ago

Problem statement: Write a function that takes coordinates of two points on a two-dimensional plane and returns the length of the line segment connecting those two points. Problem Link: https://edabit.com/challenge/3Ekam9jvbNKHDtx4K

devaslooper commented 3 years ago

@aayushi-droid Sorry, I accidently stacked the commits in a single pull request while creating a pull request from my fork PR: #349

kazoni commented 3 years ago

I'll take this one on.

devaslooper commented 3 years ago

@aayushi-droid Please assign