Back
Close

Rust for Python Developers - Operators

Shin_O
58.3K views

This article was originally published on Medium

Follow me:

Logical Operators

Rust logical operator symbols are different from Python ones.

MeaningPythonRust
True if both the operands are trueand&&
True if either of the operands is trueor||
True if operand is falsenot!
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