Set to Dictionary Conversion

# Introduction In this lab, you need to write a function called `convert_set_to_dict()` that takes a set of integers, converts it into a dictionary with each item in the set as the key with a value of 0, sorts the dictionary by key in ascending order, and returns the sorted dictionary.

|60 : 00

Click the virtual machine below to start practicing