Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

maior valor lista python

lista = [13, 7, 5, 4, 6, 19, 6]

maior = max(lista)
menor = min(lista)
Comment

menor valor lista python

lista = [13, 7, 5, 4, 6, 19, 6]

menor = min(lista)
maior = max(lista)
Comment

PREVIOUS NEXT
Code Example
Python :: hash python png 
Python :: how to encode emoji to text in python 
Python :: tk is not defined python 3 
Python :: python key from values 
Python :: how to remove time in datetime in python 
Python :: anaconda 
Python :: how to rename files python 
Python :: python list of list to list of string 
Python :: test with python 
Python :: check status code urllib open 
Python :: how to make an array in python 
Python :: plt add y gridlines 
Python :: replace characters in string python 
Python :: replace nan using fillna 
Python :: list reverse method in python 
Python :: save bool using playerprefs 
Python :: python check for alphanumeric characters 
Python :: monty hall problem in python 
Python :: how to go up levels in path python 
Python :: python 2d dictionary 
Python :: enumerate in range python 
Python :: how to get the year and month in python 
Python :: jinja if or 
Python :: compile python to exe bash 
Python :: raw input python 
Python :: how to center a string python 
Python :: f string add 0 before python 
Python :: python package structure 
Python :: python set match two list 
Python :: invert list python 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =