The Python Oracle

Display a decimal in scientific notation

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Game 2 Looping

--

Chapters
00:00 Question
00:17 Accepted answer (Score 211)
01:01 Answer 2 (Score 171)
01:27 Answer 3 (Score 67)
01:56 Answer 4 (Score 45)
02:18 Thank you

--

Full question
https://stackoverflow.com/questions/6913...

Answer 1 links:
[f-strings]: https://docs.python.org/3/whatsnew/3.6.h...
[official documentation]: https://docs.python.org/3.3/library/stri...
[original format() proposal]: http://www.python.org/dev/peps/pep-3101/

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #stringformatting #numberformatting #scientificnotation

#avk47