I am trying to find the last 3 non-zero digits of factorial 100 and I am struggling to come up with the code for it. I have found answers for the last non-zero, but nothing involving the last few digits (and when I did find it, it was in java and not python).