Amicable Numbers Checker

# Introduction In this lab, you are tasked with writing a Python function named `are_amicable_numbers()` that takes two numbers as input and returns `True` if the numbers form an amicable pair, and `False` otherwise.

|60 : 00

Click the virtual machine below to start practicing