Returning Multiple values from function in Python in Hindi

Опубликовано: 02 Август 2026
на канале: Happy Compiler
328
16

This video will discuss about the returning of multiple values from a function. How multiple values can be returned by function to the main part. Two ways of catching values are using tuple and using multiple variables. This is a very good concept in such case when we need to return multiple values to a function. I have explained both way using example demonstration.

#multiplevalues #pythonmultiplevalues #pythonfunction

Introduction to Function in Python
   • Python Class 12 | Introduction to Function...  

Types of Function
   • Python class 12 |Function types |Built-in ...  

Flow of execution in function call
   • Flow of execution in Function call | Funct...  

Argument & Parameters in function
   • Arguments & Parameters in Function | Diffe...  

Positional argument in function call
   • Positional Argument in Function call in Hindi  

Default argument in Function call
   • Default Argument in Function call in Hindi  

Keyword argument in Function call
   • Keyword Argument in Function call | Keywor...  

Void & Non Void function
   • Void and Non Void functions in Python | Re...