[Tutor] how to instantiate a class

2009-02-25 Thread Abhishek Kumar
hello list, Below is the sample code of a class. import Class ABC: def __init__(self,a,b,c): statement 1 statement 2 def func(x,y): statement 1 state

[Tutor] How python keeps track of data types

2016-03-28 Thread Abhishek Kumar
lored compiler library but could not find anything helpful. Thanks Abhishek Kumar ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] How python keeps track of data types

2016-03-29 Thread Abhishek Kumar
Thanks everyone for answers and links.I wasn't aware of fact that python names are just references to Objects. Abhishek On Tue, Mar 29, 2016 at 1:01 AM, Abhishek Kumar wrote: > Hello > I am a computer science student,I want to know how python keeps track of > data types of va