Computer Science, asked by btsarmyrockers, 9 months ago

what is the use of def function

Answers

Answered by Anonymous
1

\small\orange {\sf{Bonjour\ Mate!}}

\small\green {\sf{Answer }}

A function is a block of organized, reusable code that is used to perform a single, related action. Functions provide better modularity for your application and a high degree of code reusing. As you already know, Python gives you many built-in functions like print(), etc. but you can also create your own functions.

Similar questions