Python Lab Manual / Functions Python Program

Program Name

Write a Pytnon Program for Functions Python Program.
Theory
Functions Python Program are a set of lines of code used to perform a particular task.
Program Code


Input:
Functions Concept
Enter String:wisdom
Output:
Functions Concept
Welcome user wisdom

lambda Functions Concept
10


Home     Back