- bytearray: Return mutable array of bytes
- bytes(): get immutable bytes object
- dict(): Create a dictionary
- frozenset: make the iterable immutable
- id(): return identity of the object
- issubclass: Check whether this class is subclass of other class or not
- len(): Get the length of an object
- Get the length of a string
- Find the number of items in a list
- get number of items in the range
- Get number of items in the set
- Get number of items in the frozen set
This blog is primarily focus on Java fundamentals and the libraries built on top of Java programming language. Most of the post are example oriented, hope you have fun in reading my blog....:)
Saturday 6 November 2021
python: built-in functions
Labels:
Python
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment