Check if Key Exists in Dictionary

# Introduction In Python, a dictionary is a collection of key-value pairs. Each key is unique and is used to access its corresponding value. In this challenge, you will write a function that checks if a given key exists in a dictionary.

|60 : 00

Click the virtual machine below to start practicing