You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print('Revelando os números digitados {}. Você informou {} números. A soma dele é {}. O maior numero entre eles é: {}. O Menor número é {}'.format(numeros, len(numeros), sum(numeros),max(numeros),min(numeros)))