Intro to Python Programming
The greater than symbol (>) is a comparison operator in programming that is used to determine if one value is greater than another value. It is commonly used in conditional statements and expressions to make decisions based on the relative size or magnitude of values.
congrats on reading the definition of >. now let's actually learn it.