Hi I'm new in the learning of python
I want to make simple code for two variable addition Please help me in the following code *x = 12 print x y =20 print y z = x+y print 'Addition of above two numbers are : ' + int.z * when I run this same I got an error message : *AttributeError: type object 'int' has no attribute 'z' Please help me to solve the same error *-- Viral Shah IT Department, E-mail : shahviral...@gmail.com Mobile : (+91) 9722312220
_______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor