Python Code Challenge

164 - Create a program that calculates the area of different shapes (circle, square, triangle) and save the functions in a module. Import the module into another program and allow the user to choose which shape they want the area calculated for.