This document contains code to calculate the area and perimeter of different shapes: circles, squares, rectangles, and triangles. It defines functions for each shape calculation and gets input from the user for the relevant dimensions. A main loop allows the user to select which shape they want to analyze and calls the appropriate function to output the results.