# Operators

The following Python operators are supported for the @boardname@.

## Assignment, arithmetic and bitwise

* [assignment operators](https://docs.python.org/2/reference/simple_stmts.html#assignment-statements)
* [arithmetic operators](https://docs.python.org/2/reference/expressions.html#binary-arithmetic-operations) 
* [bitwise operators](https://docs.python.org/2/reference/expressions.html#binary-bitwise-operations)

## Comparison and conditional

* [comparison operators](https://docs.python.org/2/reference/expressions.html#comparisons)
* [conditional operator](https://docs.python.org/2/reference/expressions.html#conditional-expressions)