Check if String Ends with Another String

# Introduction In this lab, you need to write a function named `ends_with()` that takes two string arguments `string1` and `string2`, and returns `True` if `string1` ends with `string2`, otherwise it returns `False`.

|60 : 00

Click the virtual machine below to start practicing