0 votes
in Python by (30.4k points)
How Many Basic Types Of Functions Are Available In Python?

1 Answer

0 votes
by (30.6k points)

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.

Click here to read more about Python
Click here to read more about Insurance

Related questions

0 votes
asked Jun 28, 2020 in Python by Robindeniel (19.7k points)
0 votes
asked Dec 14, 2019 in Python by sheetalkhandelwal (1.6k points)
...