Normally, using / will perform a true division. If you want to perform a floor division, use //.
/
//
My previous tips about working with numbers in Python.