Following from this question Stackoverflow question the answer provided has ':.' character inside the print statement. i.e
a=13.946
print("{0:.2f}".format(a))
My question is what is the ':.' called? i want to search it and learn what other options there are.