First time here? Check out the FAQ!
answered 4 years ago
You have to enforce the check of the inequality by asking for a Boolean:
sage: bool(e<3) True sage: bool(pi>4) False