Python 3 integer division ByMartin March 3, 2022 Python 3 integer division Try this: a = 1 b = 2 int_div = a // b Python 3 integer division