|
|
|
|
|
by cpburns2009
3140 days ago
|
|
It is a change, but you can use the // operator for floor division: $ python3
Python 3.6.3 (default, Oct 3 2017, 21:16:13)
[GCC 7.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> 4//3
1
|
|