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

Опубликовано: 14 Февраль 2026
на канале: the code panda
7
1

Hey guys, welcome today we are going to learn about "How to make our own function".

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:38 - Introduction of Video
00:38 - 04:51 - Making maths functions
04:51 - 06:26 - Understand functions
06:26 - 09:04 - Calling functions
09:04 - 10:17 - Running Program

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

Learn about other Topic:
Intro to Python:    • Introduction To Python : What's inside thi...  
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 is D...  
Basic Datatypes:    • Python's Basic Data types (पाइथन के बेसिक ...  
Memory management in Python Part 1:    • Memory Management in Python | Important To...  
Memory management in Python Part 2:   • Memory Management in Python | Important To...  
size of() in Python:    • Size Of function in Python | How to find v...  
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 inside thi...  

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

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