# Introduction In this lab, we are tasked with implementing a function called `is_nontrivial_digit_cancelling()` that takes in a numerator and denominator and determines if the fraction is a non-trivial digit canceling fraction, where a common digit in the numerator and denominator can be canceled out resulting in a fraction that maintains the same value as the original fraction and is not considered trivial.
Click the virtual machine below to start practicing