String Anagram Checker

# Introduction In this lab, we need to write a Python program named `are_anagrams()` that takes in two strings as arguments and returns `True` if the strings are anagrams (ignoring case sensitivity and spaces), and `False` otherwise.

|60 : 00

Click the virtual machine below to start practicing