While loop while i<=n: print("Step %d"%i) What is %d%i in this?

while i<=n:
print(“Step %d”%i)
What is %d%i in this ?