Buildin Function Python

integer1 = 9
integer2 = 2
sum = integer1 + integer2    # assignment of sum
print "sum: ", id( sum ), type( sum ), sum