The quiz where the difficulty automagically adapts to the player's Python knowledge
This is a question page. You can use this page to bookmark a question. Start a new quiz!
Question #934
print(format(0.00001, "g"))
If -4 <= exp < p, the number is formatted with presentation type ‘f’ and precision p-1-exp. Otherwise, the number is formatted with presentation type ‘e’ and precision p-1! (python-reference.readthedocs.io/en/latest/docs/functions/...)
Question difficulty: 🔵🔵🔵🔵🔵
Similar questions: