# Introduction In this lab, you need to write a function called `compare_length()` that takes in two strings as arguments and returns `True` if the length of the first string is equal to the length of the second string, and `False` otherwise.
Click the virtual machine below to start practicing