Tips for solving the return problem in vscode

13 Views Asked by At

I want to calculate the distance between two points with coordinates (x1, y1) and (x2, y2), but the return command does not work.

I was waiting for the return command to return a value, but I got this output from the print command.

0

There are 0 best solutions below