#!/usr/bin/env python x = 42 print(' x: ', x) print('&x: ', hex(id(x)))