A calculator program that uses user raw input to calculate the volume of several predetermined 3D solids. The user inputs the dimensions (length, height, radius, etc.) of the desired solid into the program. This program extensively uses the 'def' statement and custom-defined functions to contain the required mathematical operations and actions that are performed repeatedly throughout the program.