1. Write a program named nums_make.py that uses a loop to generate 15 random integers, each in the range from 1 to 100 inclusive, and write the integers to a text file named numbers.txt. Each integer should be written to one line in numbers.txt.
2. Write another program named nums_read.py that uses a loop to read and process numbers.txt. The program should output all of the integers on one line separated by spaces, and then output: