Hi docs: Email purpose: Documentation Bug Documentation Bug Location: https://docs.python.org/3/tutorial/introduction.html Location on Page: - Section 3.2: First Steps Towards Programming - Bullet Point 2: False Statement: - ...In Python, like in C, any non-zero integer value is true; zero is false. The condition may also be a string or list value, in fact any sequence; anything with a non-zero length is true, empty sequences are false... Truthy Statement: - ...In Python, like in C, all integer values other than 1 are false: 1 == True is true, all others are false. The sequence statement is always false. I hope this was the correct venue for sending in docs bugs. If not [this](https://docs.python.org/3/bugs.html#using-the-tracker) page is not quite explicit enough for where this information needs to be logged. If I am incorrect, please set me straight. Ian Sent with [Proton Mail](https://proton.me/) secure email.
participants (1)
-
Ian