Skip to content
This repository has been archived by the owner on Apr 1, 2021. It is now read-only.

Create Python-Function-LEN.md #1030

Merged
6 commits merged into from
May 25, 2016
Merged

Create Python-Function-LEN.md #1030

6 commits merged into from
May 25, 2016

Conversation

varunu28
Copy link
Contributor

No description provided.

@alayek alayek added this to the June Summit milestone May 25, 2016
@ghost ghost self-assigned this May 25, 2016
@ghost ghost added the Python label May 25, 2016
@@ -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`.
Copy link
Member

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?

Copy link

@ghost ghost May 25, 2016

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 x. argument, x.

@varunu28
Copy link
Contributor Author

@alayek @atjonathan I have done the necessary changes. Please have a look and let me know if anything needs to be added.

@ghost
Copy link

ghost commented May 25, 2016

@varunu28 There are still 2 comments that need addressed.

@varunu28
Copy link
Contributor Author

varunu28 commented May 25, 2016

@atjonathan I have replied to the Object comment. Please let me know what is the other comment which needs to be addressed.

@alayek
Copy link
Member

alayek commented May 25, 2016

@varunu28 these two

@varunu28
Copy link
Contributor Author

@alayek I missed those earlier. My bad. I have done the changes. Please check now.

@alayek
Copy link
Member

alayek commented May 25, 2016

LGTM 👍

Let's :shipit: 📦

@varunu28
Copy link
Contributor Author

@atjonathan Please have a look. If you are also ok with it then please squash the commits

@BerkeleyTrue BerkeleyTrue removed the QA label May 25, 2016
@ghost
Copy link

ghost commented May 25, 2016

Thanks @varunu28 for your contribution!

@varunu28
Copy link
Contributor Author

@atjonathan You are welcome. I am planning to work on creating articles for other Python in-built functions.
@alayek Please update #819

@ghost
Copy link

ghost commented May 25, 2016

@varunu28 Awesome. I just updated the issue 😄

This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants