Challenge yourself

Beginner
Intermediate
Expert

Write a function that takes two strings, and

  - if they are equal, it returns "They are equal"
  - if they are not equal, it returns "They are not equal"