Please tell that the greater sign is there in python so what does it mean pleaseeeeeeeeeeeeeeeeeeeeee tell | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Please tell that the greater sign is there in python so what does it mean pleaseeeeeeeeeeeeeeeeeeeeee tell

3rd Aug 2020, 6:28 PM
Ananya Singh
Ananya Singh - avatar
4 Answers
+ 2
You can use the greater operator in python as in almost every other language too.
3rd Aug 2020, 6:43 PM
Sandra Meyer
Sandra Meyer - avatar
+ 2
If number is greater than other ,you don't understand this simple thing ?
3rd Aug 2020, 6:51 PM
Abhay
Abhay - avatar
+ 2
The greater-than sign is in multiple languages, including Python. It works as you would expect to be used, in an equation or expression.
3rd Aug 2020, 7:03 PM
Andy Chang
Andy Chang - avatar
0
It's a comparison operator, which returns True if the first parameter is greater than the second parameter, otherwise it returns False.
3rd Aug 2020, 8:02 PM
Seb TheS
Seb TheS - avatar