x = 'a string'print id(x)x = 'another string'print id(x)i = 0print id(i)i = i + 1print id(i)
Name (required)
email (will not be published) (required)
Website