1.Need to write a program named filemake.py that generates 10 random integers all in the range from 1-10 and writes each integer on its own line to a file named mynumbers.txt. This program must use a loop. 2. create a program named fileread.py that reads and displays the integers (each integer on its own line) and then displays the total of the integers. This program must also use a loop.3. Design a program that asks the user to enter a series of 20 numbers. The program should store the numberDesign a program that asks the user to enter a series of 20 numbers. The program should store the numbers in a list and then display the following data: The lowest number on the list. The highest number on the list. The total of the numbers in the list. The average of the numbers in the list.

  
error: Content is protected !!