python - What are equality operators and how many are there? -


are these operators in python or there more?

==, !=, >=, <= 

operators in python docs

the equality operators ones = sign before them, yes ones :)

but

if ever unsure of regarding syntax or usage best bet python docs, it's available offline quick press on f1 in idle being on internet.


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -