Posts by Kevin Halley • 1 point
1 post
-
0
votes3
answers3271
viewsA: How to receive a vector, whose values are separated by spaces
I don’t know if that’s what you want, but I hope it helps: a=map(int,input(). split()) In this case the vector to receives a list of ints separated by space, comma, bar, etc.…
pythonanswered Kevin Halley 1