0% found this document useful (0 votes)
2 views1 page

My Python Programs

The document lists various Python programs related to adding and finding the maximum of two numbers. Each program is associated with a specific file name. The programs utilize different methods such as input, operators, functions, lambda, and conditional statements.

Uploaded by

trastrasc7
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)
2 views1 page

My Python Programs

The document lists various Python programs related to adding and finding the maximum of two numbers. Each program is associated with a specific file name. The programs utilize different methods such as input, operators, functions, lambda, and conditional statements.

Uploaded by

trastrasc7
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

My python programs

[Link] Program File name


1 Add two numbers using input Sum_input.py
2 add two numbers using operator Sum_operator.py
3 Add two numbers using function Sum_fn.py
4 Add two numbers using lambda Sum_lambda.py
5 Maximum of two numbers using ternary Max_ter.py
operators
6 Maximum of two numbers using max function Max_fn.py
7 Maximum using if-Else statement Max_if-[Link]
8 Maximum using sort() Max_sort.py

You might also like