Check if String is Subset

# Introduction In this lab, you need to write a function called `is_subset()` that takes in two strings `sub_string` and `main_string`, and returns `True` if `sub_string` is a subset of `main_string`, ignoring the order and frequency of characters.

|60 : 00

Click the virtual machine below to start practicing