Hi guys i need help with one thing in Python...
I've got something like
number=001
example = "picture%d" % number
print example ---> But it prints picture1 not picture 001....
and i need it as integer not as string because i want to use
--->
number=number + 2 for example...
Thank You guys, sorry for my English, and I hope that you understood