Question: python language On Earth gravity varies with latitude according to the formula g=g0[1acos(2)+bcos2(2)] where g0=9.80616ms2,a=0.002637, and b=0.0000059 Write a program that loops through all integer

python language
On Earth gravity varies with latitude according to the formula g=g0[1acos(2)+bcos2(2)] where g0=9.80616ms2,a=0.002637, and b=0.0000059 Write a program that loops through all integer values of latitute from 90 to 0 , and outputs the latitude and the value for gravity for each latitude as shown below. Notes: - Your program should also output the latitude band (Polar for 60, Midlats for 60>>30, and Tropics for 30 ) - Your program should include the header line and separator as shown below
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
