Dictionary to List (Challenge)

# 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.

|60 : 00

Click the virtual machine below to start practicing