This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steven.daprano
Recipients Kshitish, paul.moore, steve.dower, steven.daprano, tim.golden, uriyyo, zach.ware
Date 2020-11-25.09:15:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606295725.06.0.049233998342.issue42459@roundup.psfhosted.org>
In-reply-to
Content
That is the correct output.

Kshitish, Python is a mature language (about 30 years old) used by tens or hundreds of thousands of people every day. Did you believe that you were the only person who noticed that Python cannot even run `if...else` statements correctly?

This is not a help desk for beginners having trouble with their code. There are many places you can ask for help, like Reddit's r/learnpython, or Stackoverflow, or the tutor mailing list:

https://mail.python.org/mailman/listinfo/tutor

There are various Python IRC channels or Discuss, if you google you will soon find them. There are thousands of people happy to help you learn. This bug tracker is not the right place.

99.999% for sure, every "bug" you find will be your misunderstanding of the code, not a bug in the language, just like the previous one: #42456 (also not a bug).

Also, please stop posting screen captures. Python code is text, and we don't edit in Photoshop. Copy the relevant text and paste it into your bug reports. Screen captures are inconvenient for us if we have to run your code, and they make it difficult or impossible for blind and visually impaired developers to take part.
History
Date User Action Args
2020-11-25 09:15:25steven.dapranosetrecipients: + steven.daprano, paul.moore, tim.golden, zach.ware, steve.dower, uriyyo, Kshitish
2020-11-25 09:15:25steven.dapranosetmessageid: <1606295725.06.0.049233998342.issue42459@roundup.psfhosted.org>
2020-11-25 09:15:25steven.dapranolinkissue42459 messages
2020-11-25 09:15:24steven.dapranocreate