Write a complete Python program that ask the user for quantity of random numbers and a maximum, then generates and store that many numbers between 0 and the maximum code example
Example 1: get n random numbers from x to y python
import random
random.sample(range(31), 10)
Example 2: how to call a random function in python
import random
my_list = [func_test_1, func_test_2, func_test_3]
random.choice(my_list)()