What text is displayed on output by the following statement?

print(str.format("#{0:4}#", "dog") )
Select one:

a.
#dog#

b.
dog

c.
#dog #

d.
##

a.

#dog#