Skip to content

Result is wrong.#12

Description

@dvdhinesh

I was just reviewing your blog and it seems quite nice. @anandology 馃憤

https://raw.githubusercontent.com/anandology/python-practice-book/master/source/getting-started.rst

Conditional Expressions

Python provides various operators for comparing values. The result of a comparison is a boolean value, either True or False.

>>> 2 < 3
False
>>> 2 > 3
True

The result is wrong. Please make the appropriate changes.

It would be

>>> 2 < 3
True
>>> 2 > 3
False

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions