Check for Consecutive Numbers

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

|60 : 00

Click the virtual machine below to start practicing