Puython n'est pas égal à
# != means is not equal to
if 1 != 2:
print('Phew math still works!')
tommyzoom
# != means is not equal to
if 1 != 2:
print('Phew math still works!')
1 != 2 # The 'not equal to' symbol is !=