How to find the largest and smallest items in a list in Python

preview_player
Показать описание


Code from video:
*****************
prices = [5.99, 3.99, 7.99]
min(prices)
max(prices)

Connect with us!
*****************
Рекомендации по теме
Комментарии
Автор

How would you do it they input their own list?

littobud
Автор

you saved my life god bless you (i have exam tomorrow and I cant find any thing that can help but yours did thanks)

shs_iyadg
Автор

it kinda dont work if ur list are from append

itzchrysler