Skip to content

Instantly share code, notes, and snippets.

@manvillej
Created October 11, 2017 21:11
Show Gist options
  • Save manvillej/849d6a1bc37c2950e3d0e5db674d25fb to your computer and use it in GitHub Desktop.
Save manvillej/849d6a1bc37c2950e3d0e5db674d25fb to your computer and use it in GitHub Desktop.
putting examples of python print in one location!
'{}'.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