• Cours
  • Compilateur de code
  • Discuter
  • Tarification
  • Équipes
Menu
+ 3

why (round (2.675,2))=2.67?

print (round(1.5)) #2 print (round (2.665)) #3 print (round (2.665,2)) #2.67 print (round (2.675,2)) #2.67(why not 2.68?)

python3functionround
4th May 2021, 5:30 PM
Avro
Avro - avatar
1 Réponse
+ 1
It's not an error. Check the python docs: https://docs.python.org/3/library/functions.html#round Also compare to numpy.round(): https://code.sololearn.com/cEzK1wGDSAXW/?ref=app
4th May 2021, 5:33 PM
Lisa
Lisa - avatar

Vous avez souvent des questions comme celle-ci ?

Apprenez de manière plus efficace, gratuitement :

  • Introduction à Python

    7.1M apprenants

  • Introduction à Java

    4.7M apprenants

  • Introduction à C

    1.5M apprenants

  • Introduction à HTML

    7.5M apprenants

Voir tous les cours
Aujourd'hui en vedette
Hofstadter a sequence code coach is not running
0 Votes
the code for bigneer is not really what to do after coding begeneer in sololearn
0 Votes
Input errors (python)
1 Votes
Vote Code
1 Votes
What’s the actual difference between MB and GB in real-world usage?
1 Votes
Without degree job
0 Votes
Script file names
0 Votes
I wanna know is that what about dot net developers in future there is possible they gonna downfall in industry
0 Votes
Je cherche des gens qui parle français pour apprendre le langage c
0 Votes
How can I add gradient to the background
1 Votes