# 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.
Click the virtual machine below to start practicing