Count and Sum of Missing Numbers

# Introduction In this lab, you need to write a Python function called `missing_numbers_info()` that takes a list of numbers as input and returns a tuple containing the count of missing numbers and their sum, based on the numbers that are not present between the largest and smallest numbers in the list. If there are no missing numbers, the function should return `(0, 0)`.

|60 : 00

Click the virtual machine below to start practicing