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("{:e}".format(x)) # exponent: 4.123457e+02 print("{:E}".format(x)) # Exponent: 4.123457E+02 print("{:f}".format(x)) # fixed point: 412.345679 (default precision ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results