The Basics - Python 3: Integer Division

Опубликовано: 18 Октябрь 2024
на канале: Paul Miskew
4,768
43

In this video we briefly talk about integer division and the specific // operator introduced in Python 3. Be very cautious of integer division if programming in a language like Java as 10/3 will automatically perform integer division and this can cause logic errors (rounding problems)