Συμβολοσειρές παραδείγματα

Page 1 of 13

Question 1

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