in Python please. just confused on how tostart
12.5 Lab: Street Survey
Lab: Street Survey
In this lab, you will write a program to read an input filecontaining the names of all the streets in a local city, countingup how many instances of “Drives”, “Lanes”, “Circles”, “Courts”,”Roads”, etc. there are.
Once the data is collected, it will be processed to compute thepercentage that each street “type” contributes to the total. Thisdata will be sorted (descending) and written to a report file. Notethat only street types with more than 5 instances will be countedindividually; any types with 5 or fewer instances will be lumpedinto a
OR
OR