Python Forum
Distance between two points!
Thread Rating:
  • 2 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Distance between two points!
#6
I tried running my code but the page comes up blank, I'm a second week programming student and my instructor is confusing the hell out of everybody in my class. Gahhhhh!!!

Here are the exact instructions..

Write a python program that declares a function named distance. The purpose of the function is to calculate the distance between two points and return the result.

The function should define 4 parameter variables. The first 2 parameters declare the x and y coordinates of the first point, and the second 2 parameters declare the x and y coordinates of the second point. The distance function should not prompt for input and it should not do any printing.

Create another function named main that will be responsible for prompting the user for input and calling the distance function. Use exception handling to convert the user input to float. The user input should then be passed as arguments to distance with a function call. Store the return value from the distance function into a variable and then print the results in a pleasing format.

Search the web for information about the distance formula if you have forgotten it. Don't forget to call main!
Reply


Messages In This Thread
Distance between two points! - by zepel - Apr-28-2017, 01:51 AM
RE: Distance between two points! - by Larz60+ - Apr-28-2017, 02:19 AM
RE: Distance between two points! - by zepel - Apr-28-2017, 02:26 AM
RE: Distance between two points! - by volcano63 - Apr-28-2017, 02:38 AM
RE: Distance between two points! - by AussieSusan - Apr-28-2017, 02:49 AM
RE: Distance between two points! - by volcano63 - Apr-28-2017, 03:02 AM
RE: Distance between two points! - by Ofnuts - Apr-28-2017, 09:45 AM
RE: Distance between two points! - by volcano63 - Apr-28-2017, 09:54 AM
RE: Distance between two points! - by zepel - Apr-28-2017, 02:52 AM
RE: Distance between two points! - by Turry - Apr-28-2017, 07:00 AM
RE: Distance between two points! - by Mekire - Apr-28-2017, 07:28 AM
RE: Distance between two points! - by Turry - Apr-28-2017, 07:31 AM
RE: Distance between two points! - by sparkz_alot - Apr-28-2017, 02:38 PM
RE: Distance between two points! - by Larz60+ - Apr-28-2017, 05:17 PM
RE: Distance between two points! - by sparkz_alot - Apr-28-2017, 08:32 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Simple Distance Between Points Calculator Spade 1 1,813 Sep-17-2021, 03:14 PM
Last Post: DeaD_EyE
  Distance between indicies of a list johnissa 2 3,129 Apr-25-2018, 01:04 AM
Last Post: johnissa

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020