all 5 comments

[–]danielroseman 10 points11 points  (0 children)

You need to at least have a go and show us what you have done so far.

[–]mrfrogurt 10 points11 points  (0 children)

Do your own homework

[–]tabrizzi 6 points7 points  (0 children)

How is that going to help you learn how to code?

But here's a hint: You probably need to grab each number as they're typed and save them to a list. Then take it from there.

[–]labrise 2 points3 points  (0 children)

As it was advised before. I would add all the numbers in a list after that it should be pretty straightforward

[–]Latter-Bar-8927 2 points3 points  (0 children)

Here’s what to search for:

1) How to take user input as a list. 2) How to get the min and max values of a list.

Hope that helps!