saving . . . saved index error has been deleted. index error has been hidden .
index error
Title
Question
C:\Users\user>python automate_test_gcd.py
Test passed 4
Traceback (most recent call last):
  File "automate_test_gcd.py", line 11, in <module>
    x, y = int(numbers[0]) , int(numbers[1])
IndexError: list index out of range
please help to solve the error

Python-3.4.3 Testing-and-Debugging 03-04 min 50-60 sec 30-06-21, 6:17 p.m. KAVYA_30

Answers:

Please ensure that your numbers list has two elements. It looks like your numbers list does not have the necessary number of elements
09-07-21, 11:33 a.m. ankitrj.iitb


Log-in to answer to this question.