Problem: Consider the following formula and evaluate the y value for the range of t values found in a file with format ๐ฆ(๐ก)=๐ฃ0๐กโ0.5๐๐ก2 File Format: v0 3.0 t: 0.15592 0.28075 0.36807889 0.35 0.57681501876 0.21342619 0.0519085 0.042 0.27 0.50620017 0.528 0.2094294 0.1117 0.53012 0.3729850 0.39325246 0.21385894 0.3464815 0.57982969 0.10262264 0.29584013 0.17383923 More precisely, the first two lines are always present, while the next lines contain an arbitrary number of t values on each line, separated by one or more spaces. i. Write a function that reads the input file and returns v0 and a list with the t values. ii. Write…