Download the Guru IA app

Android and iOS

Foto de perfil

Hytallo

estudos gerais02/06/2025

def checa_lista( list ): elem = list[ 0 ] for a in l...

def checa_lista( list ): elem = list[ 0 ] for a in list: if a > elem: elem = a return elem

print(checa_lista([4, 4, 8, -3]))

def checa_lista( list ):
    elem = list[ 0 ]
    for a in list:
        if a > elem:
            elem = a
    return elem

print(checa_lista([4, 4, 8, -3]))
Send your questions through the App
Google Play
App Store
Equipe Meu Guru

Do you prefer an expert tutor to solve your activity?

  • Receive your completed work by the deadline
  • Chat with the tutor.
  • 7-day error guarantee