Python: IndexError: list index out of range – trying to count two numbers from list in a for loop
Python: IndexError: list index out of range – trying to count two numbers from list in a for loop Question: 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 …