Python Code Challenge

174 - Create a program that calculates the perimeter and area of a rectangle and saves the functions in a module. Import the module into another program and allow the user to input the length and width of the rectangle.