Utkarsha Nathani has Published 21 Articles

Python Program to Get Minimum and Maximum from a List

Utkarsha Nathani

Utkarsha Nathani

Updated on 21-Apr-2023 15:27:28

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 ... Read More

Advertisements