#! /usr/bin/python3 import unittest def likenumber(source,factor): s=[int(i) for i in str(source)] m=len(s) n=0 for mask in range(1,(1<