<p>Hi;<br>Forgive multiple posts in one day: online very infrequently<br>Why am I getting this error?<br>import os<br>dir_dict = {6:36, 5:26, 4:22, 3:18, 2:14, 1:12}<br>cur_dir = os.getcwd()<br>dirs = os.path.split(cur_dir)<br>
len = len(dirs)<br>type(len(dirs))<br>Traceback (most recent call last):<br>  File "<pyshell#11>", line 1, in <module><br>    type(len(dirs))<br>TypeError: 'int' object is not callable</p>
<p>Forgot to bring it with me, but type(len) gives me an intelligent response.<br>TIA,<br>Victor<br></p>
<p> </p>