available python function
-
The function set () in Python
in this article, tipsmake.com will learn with you about set (), syntax, parameters and specific examples. invites you to read the track.
-
Help () function in Python
the built-in help () function in python is used to display documents and invoke the help system of modules, functions, classes, keywords ...
-
Issubclass () function in Python
the issubclass () function is built into python to check if an object is a subclass of classinfo.
-
The ord () function in Python
the built-in ord () function in python returns an integer representing the unicode code of the specified character.
-
Sum () function in Python
the built-in function sum () in python returns the sum of all numbers in iterable.
-
Filter () function in Python
how is the filter () function syntax, what parameters and how does it work? invites you to read the track.
-
The eval () function in Python.
in this article, quantrimang will continue to introduce you to a built-in function in python, eval (). eval () is an interesting utility that allows you to run python code (this code is passed as parameters) right in the program.
-
Callable () function in Python
callable () in python checks whether objects can be called. if the object is allowed to call, the function returns true, otherwise it returns false. how does the callable () function have the syntax, what parameters do we have, we will learn in this section.