python - What are equality operators and how many are there? -
are these operators in python or there more?
==, !=, >=, <=
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
Post a Comment