title: >= --- summary: True if the left side is larger or equal to the right side. --- type: operator --- body: This evaluates to true if the left side compares larger than the right side or equal to it. This behavior works best with [integers :ref](../../types/integer/) or [floats :ref](../../types/float/). ## Template Example ```html+jinja

3 or more Stars

```