viva scores
output pattern:
3
13 12 11
2 1 0
n = int(input()) a = map(int, input().split()) b = map(int, input().split()) print(n) print(*a) print(*b)
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