From 0c7cabf52b687472a5c3f648c056cc76d1d0baf9 Mon Sep 17 00:00:00 2001 From: AndreIFCE <71884720+AndreIFCE@users.noreply.github.com> Date: Sat, 22 Oct 2022 13:32:47 -0300 Subject: [PATCH] Update 1080.py --- 1080.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/1080.py b/1080.py index 790bf2c..b2fba13 100644 --- a/1080.py +++ b/1080.py @@ -10,5 +10,7 @@ i = i + 1 +#Resultado final + print(max(vet)) print(vet.index(max(vet)) + 1)