Back

A single line contains integers separated by space

Created 4 years ago
8775 Views
5 Comments
SrinivasMaddeboina
@SrinivasMaddeboina
SrinivasMaddeboina
@SrinivasMaddeboinaProfile is locked. Login

a=map(int,input().split())

for i in a:

print(i,end=" ")

its showing error in printing a single line containing l list of integers.Can anyone help me

Comments (5)
Please login to comment.