Created
October 11, 2017 21:11
-
-
Save manvillej/849d6a1bc37c2950e3d0e5db674d25fb to your computer and use it in GitHub Desktop.
putting examples of python print in one location!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'{}'.format(data) #plain | |
'{:.2f}'.format(data) #float to 2 decimal places | |
'{:.2e}'.format(data) #scientific notation to 2 decimal places |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment