Python Code Challenge

176 - Create a program that converts a given length from one unit to another (e.g. meters to feet). Store the conversion functions in a module, and import the module into another program to display the converted lengths.