Question #303169

print last Half of list from given N inputs


Expert's answer

n = int(input())
line = input()

list = line.split(' ')
count = int(n/-2)

print(list[count:])

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS