A healthcare technology's clinician dashboard needs a small, ordered sequence of numeric labels for a display component. Implement a function that generates every integer from 10 through 20, inclusive, in ascending order.
Although the sequence may be printed by the caller, your function must return the generated numbers as a list so the result can be tested directly.
Implement print_numbers_10_to_20() with no parameters.
10 through 20, inclusive, in ascending order.def print_numbers_10_to_20():