Make a program that given some stats about an aircraft, can determine what kind of aircraft it is like. FOR PREDICTIONS, WE WILL ONLY USE WEIGHT AND HP! 2 - Can read in the two files shown below. 5 - Can find the aircraft that is closest using the pythagrian theorm. 3 - Can work based on std deviation of data, instead of the actual data. 2 - Can work on scaled data instead of the data. 2 - Can show the plot of all the airplanes (use log scale) 1 - Can show the requested new airplane on the plot. Out of 15 points. Due Fri Nov 10th before-1950.txt ------------------------ Model, Weight, HP, Speed, Seats Spad 1888, 220, 135, 1 Wildcat, 7467, 1200, 330, 1 Corsair 11878, 2000, 410, 1 Lightning, 19800, 2850, 390, 1 Hindenburg, 511500, 4400, 76, 102 after-1950.txt ------------------------------ Boeing 747, 1000000, 250000, 600, 400 Cessna 150, 1700, 100, 110, 2 SR71, 172000, 68000, 2200, 2 Boeing 737, 174000, 50000, 500, 150 https://matplotlib.org/users/pyplot_tutorial.html