print f round format python code example Example: print format round python >>> '{number:.{digits}f}'.format(number=p, digits=n) '3.1416'