Log in om je oplossingen te testen.
# Microscopy program # ------------------------- # Subprograms # ------------------------- def magnification(actual_size, image_size): # ------------------------- # Main program # ------------------------- actual_size = image_size = mag = print("The magnification is", mag ,"X")

  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