From experience using %d or %s when formatting an integer in python 2 and 3 gives the same result. On top of that, it seems that using %s
%d
%s