Why does Python mix OO concepts and non OO concepts for operation s on basic types?

Michael Bauers MichaelB at firstlogic.com
Wed May 22 14:13:06 EDT 2002


Why do you say x = []; x.append('a'), but get the length with len(a) ?

Is there a reason for this sort of inconsistency?






More information about the Python-list mailing list