Python beginner needs help

atooxi

Regular Member
Joined
Aug 1, 2021
Messages
420
Reaction score
131
hii guys recently i've started learning python i have an issue when i'm trying to get info for any function using command help(len) help(zip) i'm getting this error
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: 'str' object is not callable
any idea how to solve this thank you
 
hii guys recently i've started learning python i have an issue when i'm trying to get info for any function using command help(len) help(zip) i'm getting this error
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: 'str' object is not callable
any idea how to solve this thank you
8c3fd80c3419e1e7a9abc9658ca6b273.png
 
Back
Top