Which class method is being called when we declare below expression?

Ajay Patel ajay.patel305 at gmail.com
Thu Sep 27 07:23:49 EDT 2018


Hello gauys,

Which list class method will call for below codes?

L = [1,2,3]
And
L =[]

Thanks,
Ajay



More information about the Python-list mailing list