print('-----Float Datatype-----') # Bydefault Numbers are align to the left print("11: {:f} If we provide precission by defaut it wi take 6 digit after point ".format ...
print(title, "with format", e_fmt, "gives", e_fmt.format(f)) print(title, "with format", f_fmt, "gives", f_fmt.format(f)) print(title, "with format", g_fmt, "gives ...