print last Half of list from given N inputs
n = int(input()) line = input() list = line.split(' ') count = int(n/-2) print(list[count:])
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment