Hi
I created this simple if-else program I saw on Python documentation. My problem is that when I build it, it only gives me ouput of the first line and I can only enter value. The rest of the if-else steps don’t run and I can’t get any output.
Any help is appreciated!
Below is the screenshot of the code that I wrote:
And this is where I saw the code:
https://docs.python.org/3/tutorial/controlflow.html
