How to print int with zeros on place of missed tens(don’t know how to express that in english)
Have problems with outputting image format, because of missed space. For example, if i print rgb colour {95, 255, 100} – then 95 corrupts image because it left 1 space before. so, i want to print it as {095, 255, 100}.