Introduction.
Functions are named blocks of code that are designed to do specifi c job. When you want to perform a particular task that you have defi ned in a function, you call the name of the function responsible for it. If you need to perform that task multiple times throughout your program, you don’t
need to type all the code for the same task again and again; you just call the function dedicated to handling that task, and the call tells Python to run the code inside the function. You’ll fi nd that using functions makes your programs easier to write, read, test, and fix errors.
VIDEO LINK:
WATCH VIDEO HERE:
YOUTUBE LINK:
12 STD || CH: 7 || PART-1 || FUNCTION IN PYTHON INTRO
Tweet |
No comments:
Post a Comment
உங்கள் கருத்துகளை சொல்லுங்கள்