Python: IndexError: list index out of range – trying to count two numbers from list in a for loop
I´m trying to write a code in python, that should make an arithmetic average from a numbers in list – The user inputs numbers that are converted into the list as integers, then I use for loop to count the amount of numbers in list, this I save to variable, after that I want to… Read More Python: IndexError: list index out of range – trying to count two numbers from list in a for loop