# Introduction In this lab, you need to write a function called `is_consecutive_sequence()` that takes in two lists as input and returns `True` if the combined list forms a consecutive sequence, otherwise `False`.
Click the virtual machine below to start practicing