Check

Sign in to test your solution.
numlist = [ 100, 101, 0, "103", 104 ] i1 = int( input( "Geef een index: " ) ) print( "100 /", numlist[i1], "=", 100 / numlist[i1] )

  Python sandbox

This window allows you to run Python code without installing a thing. The code you write here is not automatically submitted to Dodona.

Test case being debugged