#!/usr/local/bin/python3 a=1; b=1; print(id(a) == id(b))