Functions in Python: Part 1 |What is Function in Python Hindi |Python Full Beginners Course in Hindi

Опубликовано: 28 Октябрь 2024
на канале: the code panda
10
2

Hey guys, welcome today we are going to learn about "Functions in Python".

What is Function?
The function contains instructions used to create the output from its input. For example, programming functions might take as input any integer or number.

Terms you should know:
Creating a Function
In Python, a function is defined using the def keyword.
Syntax:

def function_name(parameters):
function_body

Calling a Function
To call a function, use the function name followed by parenthesis "()".

Arguments
Information can be passed into functions as arguments. Arguments are specified after the function name, inside the parentheses. You can add as many arguments as you want, just separate them with a comma.

Chapters By timestamp:
00:00​​​ - 00:14 - Introduction of Video
00:14 - 03:46 - What is Functions
03:46 - 05:37 - Syntax of Function
05:37 - 07:31 - Example of Function
07:31 - 11:00 - Functions with Parameter
11:00 - 15:46 - Function with Parameter's default Value

Read other blogs from our website:
https://thecodepanda.in/blog/python.html

Learn about other Topic:
Intro to Python:    • Introduction To Python : What's insid...  
Installation of Python:    • Installation Of Python in windows (पा...  
Variables in Python:    • Variables In Python Complete Video (प...  
Dynamic Nature in Python:    • Dynamic Nature Of Python | How Python...  
Basic Datatypes:    • Python's Basic Data types (पाइथन के ब...  
Memory management in Python Part 1:    • Memory Management in Python | Importa...  
Memory management in Python Part 2:   • Memory Management in Python | Importa...  
size of() in Python:    • Size Of function in Python | How to f...  
Operators in Python:    • Arithmetic Operators in Python(पाइथन ...  

BE MY FRIEND:
🌍Check my website: https://thecodepanda.in/​​​​​​
📸Add me on Instagram:   / thecodepanda.in​  
📕 Add me on Facebook:   / thecodepanda.in​  
🎴 Add me on Tumblr:   / thecodepanda  


ABOUT MY CHANNEL:
Hi! I’m The Code Panda. On my channel, you will find Programming videos. I love sharing Python, Java, C, C++ Tutorials & programs with you guys as I experience them myself.

Watch Complete Playlist :
   • Introduction To Python : What's insid...  

Subscribe here to see more of my videos in your feed!
   / @thecodepanda  

If you have any question/Query, please mention in your comment box.

#FunctionsInPython
#Functions
#WhatIsFunction
-------------------------------------------------------------------------------------------------------------------------
Python, Function, Subroutine, List, Variable, String, Computer file, Method, Class, Number, Import, Object, Data type, Associative array, Data, Array data structure, Scripting language, Mathematics, Library, Conditional, For loop, Computer program, Column, Parameter, Anonymous function

-------------------------------------------------------------------------------------------------------------------------