Back

Input/Output Question in Python

Created 1 year ago
126 Views
1 Comments
Ankitk8jUN9
@Ankitk8jUN9
Ankitk8jUN9
@Ankitk8jUN9Profile is locked. Login

Write a code in Python to get the input in the given format and print the output in the given format

Input Description:
A single line contains integers separated by space

Output Description:
Print the integer list of integers separated by space

Sample Input :
2 3 4 5 6 7 8
Sample Output :
2 3 4 5 6 7 8
Comments
Please login to comment.