# Integer division a = 1 b = 2 int_div = a // b print(int_div) # will print 0