Back to Freecodecamp

If Statements and Comparisons

curriculum/challenges/english/blocks/control-flow-and-functions-in-python/if-statements-and-comparisons-video.md

latest294 B
Original Source

--description--

In this video, you will learn about comparison operators.

--questions--

--text--

Which of the following operators is used to check if one number is greater than or equal to another number?

--answers--

<


<=


>


>=

--video-solution--

4