Closed as not planned
Description
Feature or enhancement
Proposal:
# Add a code block here, if required
num = 0
def len(int):
while int> 0:
int = int//10
num = num+1
return num
if we enter a len(num) it gives :
Traceback (most recent call last):
File "<pyshell#21>", line 1, in <module>
len(555)
TypeError: object of type 'int' has no len()
It will be every helpful if we add this
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response