SKILL DEVELOPMENT PRO
(ADUP)
Topic:
FUNCTIONS
Session - 10
, AIM OF THE SESSION
To familiarize students with the basic concept of
Understand Functions
Understand different operations performed using functions
INSTRUCTIONAL OBJECTIVES
This Session is designed to:
1. Understand Functions
2. Understand different operations performed using functions
LEARNING OUTCOMES
At the end of this session, you should be able to:
1. Understand Functions
2. Understand different operations performed using functions
, SESSION INTRODUCTION
• A function is a block of code which is intended to perform a specific task.
, PYTHON FUNCTIONS
• A function is a block of code which is intended to perform a specific task.
• Are also called as reusable code.
• It can be written individually.
• You can pass data, known as arguments, into a function.
• A function can return data as a result.