How can a numpy array like this:
[1, 2, 37, 0]
be converted to a single int number like this:
01023700
In https://stackoverflow.com/a/65293222/1139541 'blacksite' solved a similar problem but in the problem presented above, every number should be presented with 2 digits.