Python Tutorial: Division in Python - Python Numbers #31

Veröffentlicht am: 18 März 2015
auf dem Kanal: Code master
18,067
87

For more information about Division in Python visit our website at http://learnpythontutorial.com/divisi...

In this Python Tutorial we discuss Division in Python 3. We cover the difference in two different division types in Python 3. First one is true division and the second is floor division in Python 3.

True division returns a remainder in a floating type number format. True division is a more accurate number but the floating point number may need to be adjusted using round built-in function or the decimal module.

Floor division is less accurate and the number is rounded down the the next whole number. Floor division will return a integer if only integers are used in the equation. If you use at least one floating point number we will get a float returned.


Auf dieser Seite können Sie das Online-Video Python Tutorial: Division in Python - Python Numbers #31 mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer Code master 18 März 2015 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 18,067 Mal angesehen und es wurde von 87 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!