from time import clock import math,sys def mul(a,b): #function created for doing multiplication using addition. global counta #to count the number of additions. x=0 c=0 while c