Answer to Question #303107 in Python for swathi

Question #303107

viva scores

output pattern:

3

13 12 11

2 1 0


1
Expert's answer
2022-02-27T07:02:57-0500
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?

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