populatiom

Write a program that prints the current world population on screen. Then give them a choice of at least three locations to put the population in (one of which has to be Texas. The other two can be your choice). It then prints the amount of space per person in sq. ft., sq. mi., and acres for that location.Also, I want you to do the area conversions inside of Python. Start with one of the values (Square Feet, for example) and then get the other values by converting the Square Feet into Square Miles and Acres.