0% found this document useful (0 votes)
20 views6 pages

Max of Three Numbers in Python

The document contains instructions for 5 Python programs: 1) Find the maximum of three numbers, 2) Reverse a string, 3) Return multiple values, 4) Demonstrate flow of execution, 5) Determine if a number is even or odd. It also mentions merging programs 3, 5, and 7 with a different format.

Uploaded by

Nihal Saini
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views6 pages

Max of Three Numbers in Python

The document contains instructions for 5 Python programs: 1) Find the maximum of three numbers, 2) Reverse a string, 3) Return multiple values, 4) Demonstrate flow of execution, 5) Determine if a number is even or odd. It also mentions merging programs 3, 5, and 7 with a different format.

Uploaded by

Nihal Saini
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

#PROGRAM1:

Write a Python function to find the Max of three


numbers.
Input:

Output :

page -1
#PROGRAM 2
Write a Python program to reverse a string.
Input:

Output:
Page-2

#PROGRAM 3
Write a Python PROGRAM WHICH RETURN MULTIPLE
VALUES.

Input:

Output :
Page-3

#PROGRAM 4
WRITE A PYTHON PROGRAM ON FLOW OF
EXECUTION.
Input:
Output :

Page-4

#PROGRAM 5
WRITE A PROGRAM TO FIND WHETHER THE NUMBER IS EVEN OR
ODD.

Input:

Output :
Page-5
3 program more and different fornt then merge it with proagram 3,5,7
different

You might also like