Mind Your Exam
Mind Your Exam
  • 389
  • 724 317
Python Functions | Definition & Calling | Parameters | Arguments | Return Statement | Lecture 30
This video is a part of our Python Programming Course which teaches Python programming language in the easiest way with detailed explanations and examples. It helps you to enhance your Python Coding skills.
-------------------------------------------
Chapters:
0:00 Introduction
0:19 Need of Functions in Python
1:40 Function Definition & Calling
7:02 Function Parameters & Arguments
14:15 Return statement in Functions
20:20 Code written after Return statement
22:45 Return statement outside a Function
23:55 Return result of expressions from a Function
25:38 Multiple Return statements
30:02 Return Multiple Values as a Tuple
34:50 Return Multiple Values as a List
36:10 Return Multiple Values as a Set
36:44 Return Multiple Values as a Dictionary
--------------------------------------------
COMMENT | LIKE | SHARE |
SUBSCRIBE our channel: www.youtube.com/@UC6H-zPf7txVPtObeRWgsZQw
Join our WhatsApp Channel: whatsapp.com/channel/0029VaeZbLr5a247fEeQ1W1P
Follow us on LinkedIn:
linkedin.com/in/mind-your-exam-channel-383265309
-------------------------------------------
More Useful Playlists for you:
ARRAYS Coding Questions: ua-cam.com/play/PLiBvgS5MGf06HwZPrJX8MxO6dqct94FSl.html
STRINGS Coding Questions: ua-cam.com/play/PLiBvgS5MGf04J8Cb_70KLKPbmIqKd_6hV.html
Sorting Algorithms: ua-cam.com/play/PLiBvgS5MGf05gROHuHBgWKU_RSGSTQSWI.html
Searching Algorithms: ua-cam.com/play/PLiBvgS5MGf04aSTovGsYuU9zPtmdZUIKE.html
TREES Coding Questions: ua-cam.com/play/PLiBvgS5MGf06LeHwna9bcQ6kPq3uxmWsf.html
Data Communication & Computer Networks: ua-cam.com/play/PLiBvgS5MGf05_0mitNoB3fi_RYH0s_0B9.html
Python Coding Practice: ua-cam.com/play/PLiBvgS5MGf05ciUsDsAbRYNhG5Oe5zC27.html
R Programming: ua-cam.com/play/PLiBvgS5MGf06ufBEXLRGqtiMTVN4KhUJG.html
SQL (English): ua-cam.com/play/PLiBvgS5MGf051VgVP8mNEh8C3VY65tUHS.html
SQL (Hindi): ua-cam.com/play/PLiBvgS5MGf05bouOLDYnepasQvJUsuODV.html
Management Information System (MIS): ua-cam.com/play/PLiBvgS5MGf06jcVDhYFuDI4ei23aFuhXY.html
Microsoft Excel: ua-cam.com/play/PLiBvgS5MGf05jh8P3apuBJJncy7Yn9phx.html
Data Analytics: ua-cam.com/play/PLiBvgS5MGf04jCp_zmbFtJ1MPr5yuFh1U.html
Supply Chain: ua-cam.com/play/PLiBvgS5MGf0753zmoTXbXVsR9ZmPDe-3H.html
NCERT Class 12 Computer Science: ua-cam.com/play/PLiBvgS5MGf07r_SLJbewcMGCKEU9KWo3O.html
NCERT Class 11 Computer Science: ua-cam.com/play/PLiBvgS5MGf06CZ7uUVKrn0j74qd1KSazl.html
-------------------------------------------
#python #python3 #function #pythonfunctions #functiondefinition #functioncall #return #returnstatement #functionreturnstatement #solvedexamples #pythonfullcourse #pythonprogramming #pythoncode #pythontutorial #pythoncourse #pythonforbeginners #pythonbasics #programming #coding #pythoncoder #pythoninhindi #mindyourexamchannel #computerscience #management #education #hindi #programmer #coder #pythonprogrammer #bca #mca #btech #mtech #bba #bcom #mba #mcom
-------------------------------------------
Переглядів: 86

Відео

Pass | Break | Continue in Python | Loop Conditionals | Free Python Programming Course | Lecture 29Pass | Break | Continue in Python | Loop Conditionals | Free Python Programming Course | Lecture 29
Pass | Break | Continue in Python | Loop Conditionals | Free Python Programming Course | Lecture 29
Переглядів 4316 днів тому
This video is a part of our Python Programming Course which teaches Python language in the easiest way with detailed explanations and examples. It helps you to enhance your Python Coding skills. Chapters: 0:00 Introduction 0:31 Using Continue with For Loop 4:53 Using Continue with While Loop 9:30 Using Break in For Loop 11:01 Using Break in While Loop 12:34 Using Pass in For Loop 16:52 Using Pa...
Python For Loop | Nested For Loop | Range function | Use with String, List, Set, Tuple, DictionaryPython For Loop | Nested For Loop | Range function | Use with String, List, Set, Tuple, Dictionary
Python For Loop | Nested For Loop | Range function | Use with String, List, Set, Tuple, Dictionary
Переглядів 8617 днів тому
This video is a part of our Python Programming Course which teaches Python language in the easiest way with detailed explanations and examples. It helps you to enhance your Python Coding skills. Chapters: 0:00 Introduction 0:36 Using For Loop with Strings 6:32 Using For Loop with Lists 8:08 Using For Loop with Tuples 9:53 Using For Loop with Sets 11:03 Using For Loop with Dictionary 15:08 Range...
Python While Loop | While Else Clause | Nested While Loop | Infinite While Loop | Free Python CoursePython While Loop | While Else Clause | Nested While Loop | Infinite While Loop | Free Python Course
Python While Loop | While Else Clause | Nested While Loop | Infinite While Loop | Free Python Course
Переглядів 6823 дні тому
This video is a part of our Python Programming Course which teaches Python language in the easiest way with detailed explanations and examples. It helps you to enhance your Python Coding skills. Chapters: 0:00 Introduction 0:32 While Loop Syntax 6:30 Infinite While Loop 10:49 No Iteration of While Loop 11:43 Using While Loop with Lists 17:14 Using While Loop with User Input 19:26 Else Clause wi...
Python If | If-Else | If-Elif-Else | Nested If | Nested If-Else |Ternary Expression | ConditionalsPython If | If-Else | If-Elif-Else | Nested If | Nested If-Else |Ternary Expression | Conditionals
Python If | If-Else | If-Elif-Else | Nested If | Nested If-Else |Ternary Expression | Conditionals
Переглядів 11428 днів тому
This video is a part of our Python Programming Course which teaches Python language in the easiest way with detailed explanations and examples. It helps you to enhance your Python Coding skills. Chapters: 0:00 Introduction 0:25 If statement 6:55 If-Else statement 10:33 If-Elif-Else statement 18:07 Nested If statement 22:08 Nested If-Else statement 24:20 Ternary Statement 26:26 Ternary Expressio...
Python Expressions | Constant, Integral, Floating, Arithmetic, Relational, Bitwise, Logical | Lec 25Python Expressions | Constant, Integral, Floating, Arithmetic, Relational, Bitwise, Logical | Lec 25
Python Expressions | Constant, Integral, Floating, Arithmetic, Relational, Bitwise, Logical | Lec 25
Переглядів 3829 днів тому
This video is a part of our Python Programming Course which teaches Python language in the easiest way with detailed explanations and examples. It helps you to enhance your Python Coding skills. Chapters: 0:00 Introduction 0:28 Constant Expression 1:14 Arithmetic Expression 2:03 Relational Expression 2:48 Logical Expression 3:47 Bitwise Expression 4:57 Integral Expression 5:46 Floating Expressi...
Python Identity Operators | is | is not | Use with List, String, Tuple, Set, Dictionary | Lecture 24Python Identity Operators | is | is not | Use with List, String, Tuple, Set, Dictionary | Lecture 24
Python Identity Operators | is | is not | Use with List, String, Tuple, Set, Dictionary | Lecture 24
Переглядів 51Місяць тому
This video is a part of our Python Programming Course which teaches Python language in the easiest way with detailed explanations and examples. It helps you to enhance your Python Coding skills. Chapters: 0:00 Introduction 0:33 Identity/Memory Location Address 5:50 'is' Identity Operator 6:14 'is not' Identity Operator 6:35 Comparison with ' ' Operator 7:38 Identity Operators for Numeric Values...
Python Membership Operators | in | not in | Usage with List, String, Tuple, Set, Dictionary | Lec 23Python Membership Operators | in | not in | Usage with List, String, Tuple, Set, Dictionary | Lec 23
Python Membership Operators | in | not in | Usage with List, String, Tuple, Set, Dictionary | Lec 23
Переглядів 67Місяць тому
This video is a part of our Python Programming Course which teaches Python language in the easiest way with detailed explanations and examples. It helps you to enhance your Python Coding skills. Chapters: 0:00 Introduction 0:35 Use of 'in' Membership Operator 1:21 Use of 'not in' Membership Operator 2:00 Membership Operators for Lists 3:40 Membership Operators for Strings 7:26 Membership Operat...
Python Assignment Operators | Free Python Programming Course | Beginner to Advanced | Lecture 22Python Assignment Operators | Free Python Programming Course | Beginner to Advanced | Lecture 22
Python Assignment Operators | Free Python Programming Course | Beginner to Advanced | Lecture 22
Переглядів 76Місяць тому
This video is a part of our Python Programming Course which teaches Python language in the easiest way with detailed explanations and examples. It helps you to enhance your Python Coding skills. Chapters: 0:00 Introduction 0:25 Assignment Operator (=) 1:57 Addition Assignment Operator ( =) 4:10 Subtraction Assignment Operator (-=) 5:33 Multiplication Assignment Operator (*=) 6:32 Division Assig...
Python Bitwise Operators | Precedence & Associativity | Python Programming for Beginner | Lecture 21Python Bitwise Operators | Precedence & Associativity | Python Programming for Beginner | Lecture 21
Python Bitwise Operators | Precedence & Associativity | Python Programming for Beginner | Lecture 21
Переглядів 84Місяць тому
This video is a part of our Python Programming Course which teaches Python language in the easiest way with detailed explanations and examples. It helps you to enhance your Python Coding skills. Chapters: 0:00 Introduction 0:20 Important Points 5:20 Bitwise AND Operator 8:00 Bitwise OR Operator 8:24 Bitwise XOR Operator 8:54 Bitwise NOT Operator 9:27 Bitwise RIGHT SHIFT Operator 10:35 Bitwise L...
Python Logical Operators | Precedence & Associativity | Python Programming for Beginner | Lecture 20Python Logical Operators | Precedence & Associativity | Python Programming for Beginner | Lecture 20
Python Logical Operators | Precedence & Associativity | Python Programming for Beginner | Lecture 20
Переглядів 107Місяць тому
This video is a part of our Python Programming Course which teaches Python language in the easiest way with detailed explanations and examples. It helps you to enhance your Python Coding skills. Chapters: 0:00 Introduction 0:25 Logical AND Operator : Theory 2:32 Logical OR Operator : Theory 3:09 Logical NOT Operator : Theory 3:40 Truth Table for Logical Operators: Theory 5:00 Precedence of Logi...
Python Relational Operators | Chaining of Operators | Python Programming for Beginners | Lecture 19Python Relational Operators | Chaining of Operators | Python Programming for Beginners | Lecture 19
Python Relational Operators | Chaining of Operators | Python Programming for Beginners | Lecture 19
Переглядів 66Місяць тому
This video is a part of our Python Programming Course which teaches Python language in the easiest way with detailed explanations and examples. It helps you to enhance your Python Coding skills. Chapters: 0:00 Introduction 0:35 Equals To Operator : Concept 3:10 Not Equals To Operator : Concept 3:46 Less Than Operator : Concept 6:09 Less Than Equal To Operator : Concept 6:46 Greater Than Operato...
Python Arithmetic Operators | Precedence vs Associativity | Python Coding for Beginners | Lecture 18Python Arithmetic Operators | Precedence vs Associativity | Python Coding for Beginners | Lecture 18
Python Arithmetic Operators | Precedence vs Associativity | Python Coding for Beginners | Lecture 18
Переглядів 852 місяці тому
This video explains the following concepts : 1. Arithmetic Operators in Python 2. Working of various Arithmetic Operators in Python 3. Precedence of Arithmetic Operators in Python 4. Associativity of Arithmetic Operators in Python 5. Python program on Arithmetic Operators This video is a part of our Python Programming Course which teaches Python language in the easiest way with detailed explana...
Python Input Output Functions | input() | print() | Python Programming for Beginners | Lecture 17Python Input Output Functions | input() | print() | Python Programming for Beginners | Lecture 17
Python Input Output Functions | input() | print() | Python Programming for Beginners | Lecture 17
Переглядів 1142 місяці тому
This video explains the following concepts : 1. input() function in Python 2. print() function in Python 3. Typecasting User Input This video is a part of our Python Programming Course which teaches Python language in the easiest way with detailed explanations and examples. It helps you to enhance your Python Coding skills. Chapters: 0:00 Introduction 0:30 input() function in Python 8:42 Typeca...
Python Dictionary | dict(), get(), keys() functions | Key Constraints | Hindi | Lecture 16Python Dictionary | dict(), get(), keys() functions | Key Constraints | Hindi | Lecture 16
Python Dictionary | dict(), get(), keys() functions | Key Constraints | Hindi | Lecture 16
Переглядів 1,7 тис.2 місяці тому
This video is a part of our Python Programming Course which teaches Python language in the easiest way with detailed explanations and examples. It helps you to enhance your Python Coding skills. Chapters: 0:00 Introduction 0:32 What is a Dictionary in Python 1:55 Creating a Dictionary in Python 4:44 Key Uniqueness Constraint in Python Dictionary 7:45 Case Sensitive Keys in Python Dictionary 9:4...

КОМЕНТАРІ

  • @WaniIqra-c4e
    @WaniIqra-c4e 4 дні тому

    What is carrier signal.why it is used??

  • @adityau8678
    @adityau8678 6 днів тому

    From binary to octal Trick-421 From binary to hexadecimal Trick-8421

  • @WaniIqra-c4e
    @WaniIqra-c4e 7 днів тому

    Ma'am your videos are really helpful I request to make videos also according to the syllabus of computer applications prescribed by Kashmir university.......as full content is not available🙏🙏

  • @dhruvjain3003
    @dhruvjain3003 8 днів тому

    where is lecture no. 37 time divison multiplexing ??

  • @DarshanvijetaKurtakoti-lr4iz
    @DarshanvijetaKurtakoti-lr4iz 13 днів тому

    Shit what youtube.. It not supports the original content. It only supports the chimkandi people sry for this act of yt

  • @virajkumar3314
    @virajkumar3314 15 днів тому

    Notes?

  • @virajkumar3314
    @virajkumar3314 15 днів тому

    Notes?

  • @rajfreakinraushan
    @rajfreakinraushan 15 днів тому

    @6:48 Frequency is inversely propotional to amplitude right? Therefore, larger the amplitude, smaller the frequency.

  • @vikramkumawat-u8z
    @vikramkumawat-u8z 17 днів тому

    Thank mem provide in question in this chapter

  • @VikasYouTubeStudy
    @VikasYouTubeStudy 17 днів тому

    Ma'am bring questions practice video for " for loop and while loop "

  • @vishwabhoomi8250
    @vishwabhoomi8250 17 днів тому

    Thank you 👍😊

  • @HabibiTau
    @HabibiTau 18 днів тому

    Best video Thank you very much mam

  • @HabibiTau
    @HabibiTau 18 днів тому

    Mam, please provide link to the notes. Thanks

  • @manishGhoyal-k6k
    @manishGhoyal-k6k 19 днів тому

    Thanks well done ✅✅✅✅✅✅✅✅✅

  • @NTSEqualifier
    @NTSEqualifier 23 дні тому

    Can You please tell me what resource you use or refer to study this stuff.

  • @snapesquasar5883
    @snapesquasar5883 26 днів тому

    💯🤍🖤

  • @anchwlidebbarma4082
    @anchwlidebbarma4082 28 днів тому

    Thank you so much mam.❤️

  • @AkashChamp65
    @AkashChamp65 Місяць тому

    मुझे पाइथन करना था डाटा साइंस के लिए

  • @solace_x_soul
    @solace_x_soul Місяць тому

    you're so underrrated, you deserve so much more for such good quality content!

  • @24_Harsh
    @24_Harsh Місяць тому

    Can you please make a good playlist of System design & compiler design for the 6th Semester CSE students.

  • @hashirshafique3395
    @hashirshafique3395 Місяць тому

    love it🙂

  • @Er.Anjanisharma
    @Er.Anjanisharma Місяць тому

    Continue mam, mai aapki sari videos dekhata hu , Lloyd engineering college Greater Noida se hu mai.

  • @Er.Anjanisharma
    @Er.Anjanisharma Місяць тому

    Thanks 👍👍👍👍👍

  • @Er.Anjanisharma
    @Er.Anjanisharma Місяць тому

    Thanks mam your teaching method is excellent 👌👍

  • @Satwik-cq8ws
    @Satwik-cq8ws Місяць тому

    you are providing the best knowledge in short period of time

  • @uniquestatusforu3043
    @uniquestatusforu3043 Місяць тому

    mam please use some hindi words in your upcoming lecture

  • @madhusudhankosinepalli9579
    @madhusudhankosinepalli9579 Місяць тому

    It helps me in my prep

  • @JaskaranSingh-sw1yv
    @JaskaranSingh-sw1yv Місяць тому

    Thanks didi

  • @BrighterBook
    @BrighterBook Місяць тому

    You become very famous in the future

  • @BrighterBook
    @BrighterBook Місяць тому

    Never quit, i am from future

  • @BrighterBook
    @BrighterBook Місяць тому

    Good 👍

  • @JaskaranSingh-sw1yv
    @JaskaranSingh-sw1yv Місяць тому

    Excellent content thanks didi

  • @bonty4210
    @bonty4210 2 місяці тому

    Your explanation is really in the next level 🎚️...❤

  • @kelvinmensah5551
    @kelvinmensah5551 2 місяці тому

    Very good for electrical engineering lv200 semester 2

  • @claxde
    @claxde 2 місяці тому

    THANK YOU SO MUCH THIS VIDEO HAS LITERALLY SAVED ME.

  • @KOLUKULURUDILLIPRASAD
    @KOLUKULURUDILLIPRASAD 2 місяці тому

    Notes

  • @Vishal132t
    @Vishal132t 2 місяці тому

    i saw your previous videos it was really nice . I think you deserve more subcribers mam.

  • @shutterbug1354
    @shutterbug1354 2 місяці тому

    What to do if this line display Pip is not recognised as an internal or external command

    • @MindYourExamChannel
      @MindYourExamChannel 2 місяці тому

      There can be 2 reasons why this line is displayed: either Python is not installed on your system or Python is not added to the PATH variable in your system. For both the above issues, I have uploaded separate videos (links provided below) in this Python Playlist. You can refer them to resolve your issue Install Python: ua-cam.com/video/AVcuD77U768/v-deo.html Add Python to PATH variable: ua-cam.com/video/W0uo4KHWiHU/v-deo.html

  • @AishwaryaAishu-k5s
    @AishwaryaAishu-k5s 2 місяці тому

    Can we take our calculator vth us for exams

    • @MindYourExamChannel
      @MindYourExamChannel 2 місяці тому

      Please ask the exam invigilator before using calculators during your exam.

  • @SudeepSudeep.r
    @SudeepSudeep.r 2 місяці тому

    Mam it is nice to understand 😁

  • @samprithkc7521
    @samprithkc7521 2 місяці тому

    Keep it up ❤❤❤

  • @Omar_sevor
    @Omar_sevor 2 місяці тому

    Best explanation ❤❤

  • @Prakash-tt5qe
    @Prakash-tt5qe 2 місяці тому

    37 time division multiplexing is not there??😢

  • @yashdhankecha6276
    @yashdhankecha6276 2 місяці тому

    thank you madam

  • @kosalaarchana
    @kosalaarchana 2 місяці тому

    ♥️🔥

  • @XMAX_PUBG
    @XMAX_PUBG 2 місяці тому

    is this vedio is Helpful for diploma computer branch sem 4 ??

    • @MindYourExamChannel
      @MindYourExamChannel 2 місяці тому

      Yes. This playlist will be helpful for anyone who wants to learn the most important concepts of Computer Networks.

    • @XMAX_PUBG
      @XMAX_PUBG 2 місяці тому

      @@MindYourExamChannel Okay Thanks for replying

  • @XMAX_PUBG
    @XMAX_PUBG 2 місяці тому

    is this vedio is Helpful for diploma computer branch sem 4 ??