Microscopy

Sign in to test your solution.
# Microscopy program # ------------------------- # Subprograms # ------------------------- def magnification(actual_size, image_size): # ------------------------- # Main program # ------------------------- actual_size = image_size = mag = print("The magnification is", mag ,"X")