Exercise: Create dictionary with function

Define a function called create_dict that returns a dictionary based on two given parameters. Ensure the function returns the expected results.
Python
Setting up Python environment...
Output