does anybody know what the <> does in python
i was looking at some code and i saw this operand used in different places, mainly in if else satements.
example
i was looking at some code and i saw this operand used in different places, mainly in if else satements.
example
Code:
if(typevali <> 4 and busi == 0):
Comment