Introduction
In Python, a dictionary is a collection of key-value pairs. Sometimes, we may need to convert a dictionary to a list of tuples. In this challenge, you are tasked with writing a function that takes a dictionary as an argument and returns a list of tuples.