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

Question Answered step-by-step Submit your Python program here by attaching a .py file. Make a… Submit your Python program here by attaching a .py file. Make 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)