29 #To find perimeter of circle triangle and rectangle using switch case import math print ("To find perimeter of circle triangle and rectangle") print ("1 for Perimeter of circle") print ("2 for ...
To run it you need to: First Method (easy): Have Python installed and run the "main.py" script Second Method (medium): Have Python and Pyinstaller installed, run the command "pyinstaller --onefile ...