Hello there i am very new to python (and i am from java background ) my question is does the predefined functions such as length, size or init (constructor of a class) starts with
__function__()
is this standard python syntax that every predefined should starts with this symbol ? ( for example touple.__len__()
)? if not then whats the purpose of use this symbol
i am asking this quesion because this symbol confuse me a lot in python.