PART 10
FUNCTIONS IN PYTHON
• WANT TO LEARN PYTHON PROGRAMMING? (SUBTITLES)
• SUBSCRIBE
• TELEGRAM – FreeCodeSchool
• Twitter – shivammitra4
• LinkedIn – shivammitra
• Link in description
DEFINING AND CALLING A FUNCTION IN
PYTHON
WHY TO USE FUNCTIONS ?
• Reusability – finding greater of two numbers
• Avoiding repetitive code
• Users do not need to know how function is working
USER DEFINED VS BUILT-IN FUNCTIONS
• print(), len(), sort() – built-in
PASSING INFORMATION TO A FUNCTION
Multiple calls
FUNCTION PARAMETERS AND ARGUMENTS
• Parameters -> Function definition inputs
• Arguments -> Function call inputs
• Used interchangeably
PASSING ARGUMENTS TO FUNCTIONS
• A function can have multiple parameters
• A function call may need multiple arguments
• Positional arguments
• Keyword arguments
POSITIONAL ARGUMENTS
• Interchange the arguments
• Increase/Decrease the number of arguments
KEYWORD ARGUMENTS
• Interchange
• Wrong keyword
DEFAULT VALUES
• One can define default values for each function parameter
• If an argument for a parameter is not passed, default value is used
PART 10 - Python Tutorial | Functions In Python With Examples
DIFFERENT WAYS OF CALLING A FUNCTION
RETURN VALUES
• A function doesn’t always have to display the output
• It can also return value back to the function call
• return statement is used
PART 10 - Python Tutorial | Functions In Python With Examples
Return a dictionary
Return a list
USING A FUNCTION
WITH WHILE LOOP
PART 10 - Python Tutorial | Functions In Python With Examples
PASSING A LIST TO A FUNCTION
MODIFYING A LIST IN A FUNCTION
PREVENTING A FUNCTION
FROM MODIFYING A LIST
MODIFYING A DICTIONARY
IN A FUNCTION
WRITING PROGRAMS
USING PYTHON

More Related Content

PPTX
PART 3 - Python Tutorial | For Loop In Python With Examples
PPTX
PART 4 - Python Tutorial | If Else In Python With Examples
PPTX
PART 9 - Python Tutorial | While Loop In Python With Examples
PPTX
Part 2 - Python Tutorial | Introduction to Lists
PPTX
PART 7 - Python Tutorial | Dictionaries In Python With Examples
PPTX
PART 1 - Python Tutorial | Variables and Data Types in Python
PPTX
Functions in Python
PART 3 - Python Tutorial | For Loop In Python With Examples
PART 4 - Python Tutorial | If Else In Python With Examples
PART 9 - Python Tutorial | While Loop In Python With Examples
Part 2 - Python Tutorial | Introduction to Lists
PART 7 - Python Tutorial | Dictionaries In Python With Examples
PART 1 - Python Tutorial | Variables and Data Types in Python
Functions in Python

What's hot (20)

PPTX
Software Testing
PPTX
Python 3 Programming Language
PPTX
Leveraging HP Performance Center
PDF
Vectorized UDF: Scalable Analysis with Python and PySpark with Li Jin
PPTX
Bringing complex event processing to Spark streaming
PPT
inheritance in python with full detail.ppt
PDF
Python functions
PDF
Python Basics | Python Tutorial | Edureka
PDF
Python strings
PDF
Python recursion
PDF
Begin with Python
PDF
Basic Concepts in Python
PDF
What is Python? | Edureka
PPTX
Scope of Variables.pptx
PPTX
Standard Algorithms
PPTX
Python comments and variables.pptx
PPTX
Python Programming 1.pptx
PDF
Top 100 Python Interview Questions And Answers
PPTX
Python Virtual Environment.pptx
PPT
Pre defined Functions in C
Software Testing
Python 3 Programming Language
Leveraging HP Performance Center
Vectorized UDF: Scalable Analysis with Python and PySpark with Li Jin
Bringing complex event processing to Spark streaming
inheritance in python with full detail.ppt
Python functions
Python Basics | Python Tutorial | Edureka
Python strings
Python recursion
Begin with Python
Basic Concepts in Python
What is Python? | Edureka
Scope of Variables.pptx
Standard Algorithms
Python comments and variables.pptx
Python Programming 1.pptx
Top 100 Python Interview Questions And Answers
Python Virtual Environment.pptx
Pre defined Functions in C
Ad

Similar to PART 10 - Python Tutorial | Functions In Python With Examples (20)

PDF
ESIT135 Problem Solving Using Python Notes of Unit-2 and Unit-3
PPTX
2_3 Functions 5d.pptx2_3 Functions 5d.pptx
PDF
Functions-.pdf
PDF
2-functions.pptx_20240619_085610_0000.pdf
PDF
Function in Python
PPTX
Python_Functions_Modules_ User define Functions-
PDF
3-Python Functions.pdf in simple.........
PDF
Userdefined functions brief explaination.pdf
PPT
functions _
PPTX
Functions in Python Programming Language
PPTX
Python for Data Science function third module ppt.pptx
PDF
Chapter Functions for grade 12 computer Science
PPTX
Functions in python, types of functions in python
PPTX
Python functions PYTHON FUNCTIONS1234567
PPTX
Python Details Functions Description.pptx
PPTX
FUNCTIONINPYTHON.pptx
PPTX
function_xii-BY APARNA DENDRE (1).pdf.pptx
PPTX
Decided to go to the 65 and the value of the number
PDF
Functions2.pdf
PDF
Dive into Python Functions Fundamental Concepts.pdf
ESIT135 Problem Solving Using Python Notes of Unit-2 and Unit-3
2_3 Functions 5d.pptx2_3 Functions 5d.pptx
Functions-.pdf
2-functions.pptx_20240619_085610_0000.pdf
Function in Python
Python_Functions_Modules_ User define Functions-
3-Python Functions.pdf in simple.........
Userdefined functions brief explaination.pdf
functions _
Functions in Python Programming Language
Python for Data Science function third module ppt.pptx
Chapter Functions for grade 12 computer Science
Functions in python, types of functions in python
Python functions PYTHON FUNCTIONS1234567
Python Details Functions Description.pptx
FUNCTIONINPYTHON.pptx
function_xii-BY APARNA DENDRE (1).pdf.pptx
Decided to go to the 65 and the value of the number
Functions2.pdf
Dive into Python Functions Fundamental Concepts.pdf
Ad

More from Shivam Mitra (15)

PPTX
Preparing for SRE Interviews
PPTX
PART 8 - Python Tutorial | User Input In Python With Examples
PPTX
PART 6 - Python Tutorial | Tuples In Python With Examples
PPTX
PART 0 - Python Tutorial | Why should you learn python
PPTX
Memory management in operating system | Paging | Virtual memory
PPTX
Process Synchronization in operating system | mutex | semaphore | race condition
PPTX
Process Scheduling Algorithms | Interviews | Operating system
PPTX
Threads in Operating System | Multithreading | Interprocess Communication
PPTX
Process management in operating system | process states | PCB | FORK() | Zomb...
PPTX
Introduction to operating system, system calls and interrupts
PPTX
What is Internet and How it Works
PPTX
OSI Model Layers and Internet Protocol Stack
PPTX
Basics of Stock Market
PPTX
Assets vs liability
PPTX
Pycricbuzz - a python library to fetch live cricket scores
Preparing for SRE Interviews
PART 8 - Python Tutorial | User Input In Python With Examples
PART 6 - Python Tutorial | Tuples In Python With Examples
PART 0 - Python Tutorial | Why should you learn python
Memory management in operating system | Paging | Virtual memory
Process Synchronization in operating system | mutex | semaphore | race condition
Process Scheduling Algorithms | Interviews | Operating system
Threads in Operating System | Multithreading | Interprocess Communication
Process management in operating system | process states | PCB | FORK() | Zomb...
Introduction to operating system, system calls and interrupts
What is Internet and How it Works
OSI Model Layers and Internet Protocol Stack
Basics of Stock Market
Assets vs liability
Pycricbuzz - a python library to fetch live cricket scores

Recently uploaded (20)

PDF
BP 505 T. PHARMACEUTICAL JURISPRUDENCE (UNIT 2).pdf
PDF
medical_surgical_nursing_10th_edition_ignatavicius_TEST_BANK_pdf.pdf
PPTX
Education and Perspectives of Education.pptx
PPTX
Share_Module_2_Power_conflict_and_negotiation.pptx
PDF
BP 505 T. PHARMACEUTICAL JURISPRUDENCE (UNIT 1).pdf
PDF
Journal of Dental Science - UDMY (2021).pdf
PDF
semiconductor packaging in vlsi design fab
PPTX
Introduction to pro and eukaryotes and differences.pptx
DOCX
Cambridge-Practice-Tests-for-IELTS-12.docx
PPTX
Virtual and Augmented Reality in Current Scenario
PDF
Vision Prelims GS PYQ Analysis 2011-2022 www.upscpdf.com.pdf
PDF
Paper A Mock Exam 9_ Attempt review.pdf.
PDF
My India Quiz Book_20210205121199924.pdf
PDF
Uderstanding digital marketing and marketing stratergie for engaging the digi...
PDF
Environmental Education MCQ BD2EE - Share Source.pdf
PPTX
Core Concepts of Personalized Learning and Virtual Learning Environments
PDF
Hazard Identification & Risk Assessment .pdf
PPTX
Computer Architecture Input Output Memory.pptx
PDF
Skin Care and Cosmetic Ingredients Dictionary ( PDFDrive ).pdf
PDF
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
BP 505 T. PHARMACEUTICAL JURISPRUDENCE (UNIT 2).pdf
medical_surgical_nursing_10th_edition_ignatavicius_TEST_BANK_pdf.pdf
Education and Perspectives of Education.pptx
Share_Module_2_Power_conflict_and_negotiation.pptx
BP 505 T. PHARMACEUTICAL JURISPRUDENCE (UNIT 1).pdf
Journal of Dental Science - UDMY (2021).pdf
semiconductor packaging in vlsi design fab
Introduction to pro and eukaryotes and differences.pptx
Cambridge-Practice-Tests-for-IELTS-12.docx
Virtual and Augmented Reality in Current Scenario
Vision Prelims GS PYQ Analysis 2011-2022 www.upscpdf.com.pdf
Paper A Mock Exam 9_ Attempt review.pdf.
My India Quiz Book_20210205121199924.pdf
Uderstanding digital marketing and marketing stratergie for engaging the digi...
Environmental Education MCQ BD2EE - Share Source.pdf
Core Concepts of Personalized Learning and Virtual Learning Environments
Hazard Identification & Risk Assessment .pdf
Computer Architecture Input Output Memory.pptx
Skin Care and Cosmetic Ingredients Dictionary ( PDFDrive ).pdf
ChatGPT for Dummies - Pam Baker Ccesa007.pdf

PART 10 - Python Tutorial | Functions In Python With Examples