#shorts
This quick video demonstrates not equals in Python. This video is intended for those who are new to programming or those who are new to Python.
To use not equals, you use !=. This can be combined with an if statement to check if a value is equal to another value.
Example:
if 'value 1' != 'value 2':
print('The two values are not equal');