Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

BRACT’s

Vishwakarma Institute of Information Technology, Pune

Practical Implementation Sheet

Department: IT Semester: II Academic Year: 2023-24 Practical No: 7

Class: SY(B)- B2 Roll no: 232051 PRN no: 22210528

Course: ITW-II Name of Student: Shivaji Rajendra Patil

Aim:
Functions in Python: function creation, function calls, function arguments, inner
functions, built-in functions.Create a function showEmployee() in such a way that it
should accept the employee name, and its salary and display both. If the salary is
missing in the function call assign default value 9000 to salary.

Code:
Conclusion:
In this way we have studied about array operations using functions in
Python.

You might also like