Please use Python
Given two integers, print that how many zero appears between two integers. Assume that first input number is smaller than second one, And second number is not included in decision range, that is, the range is [numl, num2) Type the start number 1 Type the end number: 9 The number of zeros is 0 Type the start number 10 Type the end number:101 The number of zeros is Type the start number: 100 Type the end number: 1000 The number of zeros is 180 20