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(100.12)) #Repsenting value with ...
I'm working on a tool to load scientific data from FITS file (a file format used mainly for astronomical images, they have sections that can be used to store metadata like a star position, magnitude, ...