# Introduction In this lab, you need to write a Python function called `is_consecutive_sequence()` that takes a list of numbers as input and determines if the elements in the list can be rearranged to form a consecutive sequence, returning `True` if they can and `False` otherwise.
Click the virtual machine below to start practicing