Hi all, I want to write an 'if' conditional like this
if not tst[0] == tst[1] == tst[2]:
print 'they are not the same'
else:
print 'they are the same'but it's not correctly written. How would I write this properly? Thank you. -- http://groups.google.com/group/python_inside_maya
