Python Forum
Help w/ Max/Min User Input Code - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Help w/ Max/Min User Input Code (/thread-22765.html)



Help w/ Max/Min User Input Code - ThatGreatState - Nov-26-2019

I am trying to make a small program that prompts the user for inputs and that at the end will spit out the highest and lowest numbers entered, also to end when "done" is typed. I am not sure why my output keeps coming back as max and min = none and I can not get invalid input to print.

If you click the broken image link it should work.
Thank you.

[Image: xmTZN0z]


RE: Help w/ Max/Min User Input Code - snippsat - Nov-26-2019

Can not test code in a image.
Post code in code tags.


RE: Help w/ Max/Min User Input Code - ichabod801 - Nov-26-2019

If you post an image of your code, we can just look at it. If you post the text of your code, in Python tags, then we can copy and paste it into our editors, run it, play around with it, and figure out what's wrong. I'm not sure what's wrong with your code, so I want to run it, but I'm not retyping all of that.