Functions in Python

10K views Apr 10, 2023

Functions are used to store and reuse code. def statement is used to define the Functions. Built-In or Pre-defined Functions in Python: max, min, print, input, float, int, etc. are Built-In Python functions. Custom Functions in Python: Custom Functions are user defined functions. Blog Post: https://www.infallibletechie.com/2023/03/functions-in-python.html

#Internet Software