Comparison

Description

Sage uses ==, <=, >=, < and > for comparison. the boolean value True or False is returned.

Sage Cell

Code

a = 2
b = 3
a >= b

Options

None

Tags

Primary Tags—Programming: The Python language.

Secondary Tags—The Python language: Expressions and operators.

Related Cells

Attribute

Permalink:

Author: T. Judson

Date: 25 Jun 2017 16:28

Submitted by: Tom Judson

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License