+1 vote
in Python by

What are functions in Python?

1 Answer

0 votes
by

Functions in Python are blocks of code that can be executed by calling the function's name. They are used to structure and organize code, and to encapsulate specific functionality.

Related questions

0 votes
asked May 17, 2020 in Python by SakshiSharma
0 votes
asked Jun 26, 2022 in Python by sharadyadav1986
...