Submit your Python program here by attaching a .py file. Filename…

Question Answered step-by-step Submit your Python program here by attaching a .py file. Filename… Submit your Python program here by attaching a .py file. Filename should be Merichel_Week11Exercises.pySmallest and largest numbers in a listMake  a program that reads a list of integers into a list as long as the integers are greater than zero, then outputs the smallest and largest integers in the list.Ex: If the input is:1053212-6the output is:2 and 21You can assume that the list of integers will have at least 2 values Computer Science Engineering & Technology Python Programming CSC 101 Share QuestionEmailCopy link Comments (0)