...a[0]+a[3]+a[2]+a[1]...

a='ΕΠΑΛ'
b=a[0]+a[3]+a[2]+a[1]
if a==b:
    print 'True' 
else:
    print 'False'
False