Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 381 Bytes

File metadata and controls

26 lines (24 loc) · 381 Bytes
description operator
keywords python
title operator
toc_max 4

operator

name details
= assign
+ add
- subtraction
* multiplacation
/ division
% modulus
or or
and and
not not
== equal
!= not equal
> greater than
>= greater than or equal
< less than
<= less than or equal