You have the following code that prepares an experiment to run a script: ```python from azureml.core import Experiment experiment = Experiment(workspace=ws, name='my_experiment') ``` The experiment must be run on your local computer using the default environment. You need to add code to start the experiment and run the script. Which code segment should you use? | Microsoft Certified Azure Data Scientist Associate - DP-100 Quiz - LeetQuiz