String Compatibility Checker

# Introduction In this lab, you need to write a function called `check_string_compatibility()` that takes a list of strings as input and returns `True` if all the strings in the list can be formed using only the characters from the longest string, and `False` otherwise.

|60 : 00

Click the virtual machine below to start practicing