You are on page 1of 1

Dept

Did Dname
D1 engineering
D2 finance
D3 HR

Employee
Eid First_name Last_name Did mgr_id
1 A x D1 2
2 b y nullnull
3 c z D2 2
4 d  d3 2
5 e null d1 1
6 f null 4 

4 ROw

Ename salary A10001st janA20001staprA40001st julA70001st dec

madam ,
list1 = input('enter the element') # madam
list2 = list1[-1 :] # madam
i,j =0
while(list[i] == list[j])
i = i +1
j = j+1

print('Not palindrome')

You might also like