Programming Examples

Python program to check if the maximum element of the list lies in the first half of the list or in the second half


write a program to check if the maximum element of the list lies in the first half of the list or in the second half.

Solution

lst=eval(input("Enter a list :"))
ln=len(lst)
mx=max(lst)
ind=lst.index(mx)
if ind<=(ln/2):
    printf("The maximum element ",mx,"lies in the 1st half.")
else:
    print("The maximum element ",mx,"lies in the 2nd half.")
Output

Enter a list :[4,5,6,7,5,6,12]

The maximum element  12 lies in the 2nd half.

Online Exam Quiz for One day Exam Online Typing Test CCC Online Test 2026 Best Computer Training Institute in Prayagraj (Allahabad) Best Java Training Institute in Prayagraj (Allahabad) Best Python Training Institute in Prayagraj (Allahabad) O Level Online Test in Hindi Best Website and Software Company in Allahabad