[print("{0}% equals {1} question{2} completed.\n".format(int(x*2.5) if x%2-1 else x*2.5,x,"s"if x>1 else""))for x in range(1,41)]