How many basic types of functions are available in Python?
Answer:
Python gives us two basic types of functions.1. Built-in function.2. User-defined function. It defines by the user as per the requirement.
The built-in functions happen to be part of the Python language. Some of these are print(), dir(), len(), and abs() etc.
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Answer:
Python gives us two basic types of functions.
1. Built-in function.
2. User-defined function. It defines by the user as per the requirement.
The built-in functions happen to be part of the Python language. Some of these are print(), dir(), len(), and abs() etc.
need an explanation for this answer? contact us directly to get an explanation for this answer