Log in om je oplossingen te testen.
# Times tables program # ------------------------- # Subprograms # ------------------------- # Procedure to output the X times table. def times_table(x): # ------------------------- # Main program # ------------------------- times_table(table)

  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