Answer to Question #303169 in Python for H Vinod

Question #303169

print last Half of list from given N inputs


1
Expert's answer
2022-02-28T01:05:09-0500
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!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS