-
-
Notifications
You must be signed in to change notification settings - Fork 304
Conversation
@@ -0,0 +1,24 @@ | |||
# Python len(x) | |||
|
|||
`len()` is a built in function in Python 3. This method returns the length (the number of items) of an object. It takes one argument `x`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This method returns the length (the number of items) of an object
What do you mean by length of an object
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
built in function built-in function
argument argument, x
.x
.
@alayek @atjonathan I have done the necessary changes. Please have a look and let me know if anything needs to be added. |
@varunu28 There are still 2 comments that need addressed. |
@atjonathan I have replied to the Object comment. Please let me know what is the other comment which needs to be addressed. |
@alayek I missed those earlier. My bad. I have done the changes. Please check now. |
LGTM 👍Let's 📦 |
@atjonathan Please have a look. If you are also ok with it then please squash the commits |
Thanks @varunu28 for your contribution! |
@varunu28 Awesome. I just updated the issue 😄 |
No description provided.