Python max and min
问题 I'm pretty new to Python, and what makes me mad about my problem is that I feel like it's really simple.I keep getting an error in line 8. I just want this program to take the numbers the user entered and print the largest and smallest, and I want it to cancel the loop if they enter negative 1. 'int' object is not iterable is the error. print "Welcome to The Number Input Program." number = int(raw_input("Please enter a number: ")) while (number != int(-1)): number = int(raw_input("Please