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
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
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