Download the Guru IA app
Android and iOS
Hytallo
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]))
Do you prefer an expert tutor to solve your activity?