Question: solve in python Complete the following program. A Temp.txt file contains unknown number of records where each record contains name of the city and temperature

solve in python
solve in python Complete the following program. A Temp.txt file contains unknown
number of records where each record contains name of the city and

Complete the following program. A Temp.txt file contains unknown number of records where each record contains name of the city and temperature as shown below. Use two lists city [ ] and temp[ ] to store the data. Program should display the following: - Display all the names of cities and temperatures whose temperatures are in the range of 15 and 25 . - Number of cities in the array. - Number of cities whose temperature is in the range of 15 and 25. Note: You should complete all the empty lines Sample Output: Cities with temperature between 15 and 25 degrees: Huscat 20 Seeb: 18 Alkhoudh 28 Total number of cities: 5 The number of cities in the range 15 and 25: 3

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!