0 votes
in Python by
How many basic types of functions are available in Python Language?

1 Answer

0 votes
by
Python Language 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 language. Some of these are print(), dir(), len(), and abs() etc.

Related questions

0 votes
asked Nov 24, 2020 in Python by sharadyadav1986
0 votes
asked Dec 14, 2019 in Python by sheetalkhandelwal
...