How can I generate 14 digit serial numbers in python where the last for 4 digit will be 0001 the next will be 0002 ...... 0011 and so on? This is how I want the format of the number to be 12101010010001 below is the breakdown of the format.
First three digits (121) = Local Govt. ID
4th & 5th digits (01) = Zonal ID
6th & 7th digits (01) = Area ID
8th to 10th digits (001) = CDA No.
Last four digits (0001) Property No.