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("\nEs wurden", str(len(intinput)-1), "Zahlen eingegeben", "\nDie größte Zahl ist", str(max(intinput)), "\nDie kleinste Zahl ist",min(intinput[:-1]))