Back
Close

Rust for Python Developers - Operators

Shin_O
58.8K views

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<=<=
Create your playground on Tech.io
This playground was created on Tech.io, our hands-on, knowledge-sharing platform for developers.
Go to tech.io