atooxi
Regular Member
- Aug 1, 2021
- 420
- 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
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