I'm a beginner at programming, and I'm trying to create a program that finds the largest number in a list of 1000 random numbers without using the "max" function, and then find the largest numbers position in the list, without using the "index" function (I set the numbers from 0-10 so that I can make sure that the program is working properly). My program so far works, kind of. Sometimes, it will display the location,and when it does, it will display the wrong location, and other times, it will display an error that says that the index is out of range. Could someone please help?I'm a beginner at programming, and I'm trying t