pxt-core
Version:
Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors
14 lines (9 loc) • 637 B
Markdown
# Operators
The following Python operators are supported:
## 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)