Question: Can you use Python please 4.15 LAB: Biggie Smalls Write a program that uses a loop to read 10 integers from the user. Each integer
Can you use Python please

4.15 LAB: Biggie Smalls Write a program that uses a loop to read 10 integers from the user. Each integer will be in the range from -100 to 100 . After all 10 integers have been read, output the largest and smallest values that were entered, each on its own line in that order. If you want to best prepare yourself for the exam, avoid using the max or min functions from Python, and definitely use a loop to read the integers instead of 10 input statements. Zybooks won't stop you from doing these things, but you won't be studying the correct topics to prepare for the first exam. Ex: If the input is The output should be
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
