I am new in python programming. I have come to piece of program in which
if (pos.x//1,pos.y//1) not in self.cleaned:
self.cleaned.append((pos.x//1,pos.y//1))
is used. It might be silly of me. But can anyone please tell me what the code means. And please tell me the function of "//".