Long description

A 4 column table shows comparison operators. The Columns left to right are Algebraic operator, Python operator, Sample Condition and Meaning. Row 1, Greater than, Greater than, x greater than y, x is greater than y. Row 2, less than, less than, x less than y, x is less than y. Row 3, Greater than or equal to, Greater than equal, x Greater than or equal to y, X Greater than or equal to y. Row 4, less than or equal to, Less than equal, x less than or equal to y, X Less than or equal to y. Straight line all the way across. Row 5, = , = = , x = = y, x is equal to y. Row 6, does not equal, Exclamation point = , x Exclamation point = y, x is not equal to y.

Get Intro to Python for Computer Science and Data Science: Learning to Program with AI, Big Data and The Cloud now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.