0
Please tell that the greater sign is there in python so what does it mean pleaseeeeeeeeeeeeeeeeeeeeee tell
4 Antworten
+ 2
You can use the greater operator in python as in almost every other language too.
+ 2
If number is greater than other ,you don't understand this simple thing ?
+ 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.
0
It's a comparison operator, which returns True if the first parameter is greater than the second parameter, otherwise it returns False.