Rust for Python Developers - Operators

Shin_O
58.7K views

Open Source Your Knowledge, Become a Contributor

Technology knowledge has to be shared and made accessible for free. Join the movement.

Create Content

This article was originally published on Medium

Follow me:

Comparison Operators

All the comparison operators are the same in Python and Rust.

MeaningPythonRust
Greater than>>
Less than<<
Equal to====
Not equal to!=!=
Greater than or equal to>=>=
Less than or equal to<=<=
Open Source Your Knowledge: become a Contributor and help others learn. Create New Content