My project (2 programs) makes use of lists to multiply large numbers. The first program computes the factorial of any arbitrarily large number and counts its trailing zeros. The second program uses matplotlib to graph the number of trailing zeros for a series of factorials.