Displaying location, type and value for a sum : Id : Buildin Function PYTHON examples


PYTHON examples » Buildin Function » Id »

 

Displaying location, type and value for a sum


Displaying location, type and value for a sum

integer1 = 9
integer2 = 2

sum = integer1 + integer2    # assignment of sum
print "sum: ", idsum ), typesum ), sum

           
       



    Related Scripts with Example Source Code in same category :

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON examples

 Navioo Buildin Function
» Id