Python Code Challenge

180 - Create a program that converts a given weight from one unit to another (e.g. grams to pounds). Store the conversion functions in a module, and import the module into another program to display the converted weights.