# Introduction In Python, we often need to check if a sequence or collection is empty. An empty sequence or collection is one that has no elements. In this challenge, you will create a function that checks if a value is an empty sequence or collection.
Click the virtual machine below to start practicing