Steven D'Aprano <steve+pyt...@pearwood.info> added the comment:

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.

----------
nosy: +steven.daprano
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed
type: crash -> behavior

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42459>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to