Controleren

Log in om je oplossingen te testen.
numlist = [ 100, 101, 0, "103", 104 ] i1 = int( input( "Give an index: " ) ) print( "100 /", numlist[i1], "=", 100 / numlist[i1] )

  Python sandbox

In dit venster kan je Python-code uitvoeren zonder iets te moeten installeren. De code die je hier schrijft wordt niet automatisch ingediend in Dodona.

Testgeval dat gedebugd wordt