suppose a is list in Python, and all of us know a lot of function we have in Python. why sometimes we use a.function() and sometime use function(a) ? is there different architecture in this function ??
Asked
Active
Viewed 12 times