Question: What kind of error does this code to have that stops the program? n = input ( ) plunder = 0 for i in range

What kind of error does this code to have that stops the program?
n = input()
plunder =0
for i in range(0,n,2):
input()
alien.split
tot = int(alien[0])
tot = int(alien[1])/100
plunder += tot
If you believe that more than one answer applies choose the best answer.
Group of answer choices
EOFError
KeyError
TypeError
AssertionError
IndexError

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!