+ 1
How to precise an output of float type in python. Like the question if it is useful
Precision of a float
4 Respostas
+ 2
Whta programming language you are talking about?
+ 2
Here some samples to output a float with f- string (Literal String Interpolation PEP498) format specifier:
https://code.sololearn.com/c8HPoELw0FHc/?ref=app
+ 1
Lothar thank you so much