I wrote a small program which asks for seed variables. It adds these vars to a list.That list is used to determine the range which the randint generator can choose from.I then tried to write the program to ask for user input each time a number has been successfully been added to the list and printed.However , I'm running into an issue. Even when the seed variables allow for numbers to be generated between 1 to 400, the list does not generate very...