THIS IS HOW YOU INSTALL THE SCRIPT DOWNLOAD PYTHON AND COPY AND PASTE THE CODE BELOW INTO THE IDLE SHELL ----------------------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------------------- option2 = 1 option4 = 5 option6 = 10 option8 = 20 import subprocess print("Choose an option from the following only one option can be used per run:") print("Open web browser for 1") print("To open file explorer 2") print("To generate a random number, choose 4") print("To troubleshoot, press 5") choice = int(input("Enter the number of your choice: ")) import webbrowser import ctypes if choice == 1: # Code to open web browser print("Opening web browser...") edge_path="C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" webbrowser.register('edge', None, webbrowser.BackgroundBrowser(edge_path)) webbrowser.get('edge').open('http://www.microsoft.com') elif choice == 2: # Code to open file explorer print("Opening file explorer...") path = "C:\\Users\\YourUsername\\Documents" subprocess.run(['explorer', path]) elif choice == 4: # Code to generate a random number #random = x print("Generating a random number...") import random number1 = 56 number2 = 25 number8 = 88 number4 = 45 number10 = 60 random_number = random.randint(option2, option8) print(f"The random number is: {random_number}") elif choice == 5: try: random_number = random.randint(option2, option8) random_number = random.randint(option2, option8) test_value = 10 / 0 # This will raise a ZeroDivisionError except Exception as e: print(f"An error occurred: {e}") else: print("No errors detected in the test code.") else: print("Invalid choice. Please select a valid option.") print(".....................................................") print(". .") print(". .") print(". .") print(". .") print(". .") print(". .............. ............. .") print(". . . . . .") print(". . . . . .") print(". . . . . .") print(". . . . . .") print(". .............. ............. .") print(" ..................................... .") print(". . . .") print(". . . .") print(". . . .") print(". . . .") print(" ..................................... .") print(". .") print(". .") print(".....................................................") print(" ") print(" G E O M E T R Y D A S H ")