GUVI
Back

Problem in input/output question 2

Created 3 years ago
90 Views
1 Comments
AlexJoseph
@AlexJoseph
AlexJoseph
@AlexJosephProfile is locked. Login
Write a code to get the input in the given format and print the output in the given format Sample Input : 2 3 4 5 6 7 8 2 3 4 5 6 7 8 Sample Output : 2 3 4 5 6 7 8 My code: a=[int(i) for i in input().split()] for i in a: print(i,end=" ") but output is wrong can you help me?
Comments
Please login to comment.
 
Powered by habitate.io Habitate