Dictionary Key-Value Swapper

# Introduction Dictionaries in Python are a useful data structure that allow you to store key-value pairs. In some cases, you may need to swap the key and value around. This challenge tests your ability to manipulate dictionary elements in Python.

|60 : 00

Click the virtual machine below to start practicing