The greater than operator, > checks if the value on the left is greater than that on the right, like here with price > 2.
>
price > 2
Make sure to type price > 2.