0 votes
in Python by
How Many Basic Types Of Functions Are Available In Python?

1 Answer

0 votes
by

Python gives us two basic types of functions.

1. Built-in, and

2. User-defined.

The built-in functions happen to be part of the Python language. Some of these are print(), dir(), len(), and abs() etc.

Related questions

0 votes
asked Jun 28, 2020 in Python by Robindeniel
0 votes
asked Dec 14, 2019 in Python by sheetalkhandelwal
...