Utkarsha Nathani

Utkarsha Nathani

21 Articles Published

Articles by Utkarsha Nathani

Page 3 of 3

Python Program to Get Minimum and Maximum from a List

Utkarsha Nathani
Utkarsha Nathani
Updated on 21-Apr-2023 11K+ Views

Python is an interpreted, object–oriented, high level, programming language with dynamic semantics. Developed by Gudio Van Rossum in 1991. List is a data structure in python, that is changeable, mutable and iterable ordered sequence of element. They are used to store multiple elements in a single variable. List can be created by using square brackets. By placing elements inside square bracket [], separated by commas. For example: list1= [“a”, ”b”]. There is a one more type of list known as “Nested list”. It is list within list. list1=[“a”, ”b”[1, 2]”c”] How To Get Minimum From List Let’s learn ...

Read More
Showing 21–21 of 21 articles
« Prev 1 2 3 Next »
Advertisements