Почему в python меняется id для переменной?

a = 101

while True:
    a -= 1
    input(f'You have {a} apple {id(a)}')

Ответы (0 шт):