Question: using python, thanks! Distance Formula 1. Make a program that would calculate the distance between two points given a list of coordinates. Use the distance



Distance Formula 1. Make a program that would calculate the distance between two points given a list of coordinates. Use the distance formula coorindates_list = [(1.1). (2,3) Simple Word Filter 2. For a given string input, replace all the words stupid" with an asterisk * equal to the length of the string. The new string value should be displayed with the asterisks. Phonebook 3. Create a simple phonebook program that can read from a list of dictionaries. The program should be able to display a person's name, contact, and address based from a user input which is the id of the record. 1. How do we display elements of lists, tuples, and strings? 2. What is the difference between a list, tuple, string and dictionary? Give possible use case for each. 3. Discuss the various string methods that were used in the activity. What does each of the methods do
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
