#9 - functions in Python

Veröffentlicht am: 25 September 2020
auf dem Kanal: Tech Vitals
142
2

Learn to use functions in Python. Function is simply a block of code that contains certain tasks or codes that will get executed whenever the function is called in the program. We can call the function by simply writing the name of that function along with the parenthesis.
We can also return certain values from the function and catch that value using a variable outside of the function. Also, we can pass arguments to the function so that the function can use the value of those arguments inside it.

Functions are reusable. We can call the same function multiple times and it will execute the tasks written inside. Functions are really one of the most important and powerful features of Python and every other programming languages.

Facebook:   / techvitals  


Auf dieser Seite können Sie das Online-Video #9 - functions in Python mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer Tech Vitals 25 September 2020 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 142 Mal angesehen und es wurde von 2 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!